WoW:API GetInboxInvoiceInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added basic API description)
 
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetInboxInvoiceInfo(index)''' ''-Documentation by [[user:Xtrochu]] -''</center>
<center>'''GetInboxInvoiceInfo(index)''' ''-Documentation by [[user:Xtrochu]] -''</center>


Line 23: Line 24:
:;deposit : Number - The amount paid as deposit for the auction.
:;deposit : Number - The amount paid as deposit for the auction.
:;consignment : Number - The amount kept for the auction by the auction house as consignment.
:;consignment : Number - The amount kept for the auction by the auction house as consignment.
----
{{Template:WoW API}}

Revision as of 18:14, 6 January 2007

WoW API < GetInboxInvoiceInfo

GetInboxInvoiceInfo(index) -Documentation by user:Xtrochu -
invoiceType, itemName, playerName, bid, buyout, deposit, consignment = GetInboxInvoiceInfo(index);

Returns information about an auction house invoice.


Arguments
(index)
index
Number - the index of the message (1 is the first message)

Returns

invoiceType, itemName, playerName, bid, buyout, deposit, consignment

invoiceType
String - type of invoice ("buyer" is a known value, "seller" probably the other ?).
itemName
String - The name of the item sold/bought.
playerName
Boolean - The player that sold/bought the item.
bid
Number - The amount of money bid on the item.
buyout
Number - The amount of money set as buyout for the auction.
deposit
Number - The amount paid as deposit for the auction.
consignment
Number - The amount kept for the auction by the auction house as consignment.