RSS

Пятница, 29.03.2024, 00:17
Главная » WoW API » API Функции » Почта »

GetInboxInvoiceInfo

[ править ]
Returns auction house invoice information for a mail.
[клоны]
Returns auction house invoice information for a mail.

Signature:
Code
invoiceType, itemName, playerName, bid, buyout, deposit, consignment, moneyDelay, etaHour, etaMin = GetInboxInvoiceInfo(index)

Arguments:
  • index - Index of the mail mail in the inbox (between 1 and GetInboxNumItems()) (number)

Returns:
  • invoiceType - Type of invoice (string)
      buyer - An invoice for an item the player won
    • seller - An invoice for an item the player sold
    • seller_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)

Также смотрите: Почта , Auction functions, Mail functions
Ссылки: http://wowprogramming.com/docs/api/GetInboxInvoiceInfo