Returns auction house invoice information for a mail
See also Mail functions, Auction functions.
Signature:
invoiceType,
itemName,
playerName,
bid,
buyout,
deposit,
consignment,
moneyDelay,
etaHour,
etaMin
=
GetInboxInvoiceInfo(index)
Arguments:
index
- Index of the mail mail in the inbox (between 1 andGetInboxNumItems()
) (number
)
Returns:
invoiceType
- Type of invoice (string
)buyer
- An invoice for an item the player wonseller
- An invoice for an item the player soldseller_temp_invoice
- A temporary invoice for an item sold by the player but for which payment has not yet been delivered
itemName
- Name of the item (string
)playerName
- Name of the player who bought or sold the item (string
)bid
- Amount of the winning bid or buyout (number
)buyout
- Amount of buyout (if the auction was bought out) (number
)deposit
- Amount of money paid in deposit (number
)consignment
- Amount withheld from the deposit by the auction house as charge for running the auction (number
)moneyDelay
- Delay for delivery of payment on a temporary invoice (in minutes; generally 60) (number
)etaHour
- Hour portion (on a 24-hour clock) of the estimated time for delivery of payment on a temporary invoice (number
)etaMin
- Minute portion of the estimated time for delivery of payment on a temporary invoice (number
)