Invoice amount
Invoice pay url for user by bot
Invoice created date
Invoice currency code
Invoice currency type
Invoice hash
Invoice identifier
Is user can pay invoice anonymously
Is invoice allow user comment
Invoice pay url for user by mini app
Invoice status
Invoice pay url for user by web app
Optional
acceptedList of assets which can be used to pay the invoice, only if set in invoice creation
Optional
comment?: stringInvoice left user comment, only if set isAllowComments
to true in invoice creation
and user left comment
Optional
description?: stringInvoice displayed to user description, only if description
passed in invoice creation
Optional
expirationExpiration date, only if set pay limit time in invoice creation
Optional
fee?: numberAmount of service fees charged when the invoice was paid, only if status is InvoiceStatus.Paid
Optional
feeAsset of service fees charged when the invoice was paid, only if status is InvoiceStatus.Paid
Optional
hiddenText of the hidden message, only if set in invoice creation
Optional
isIs invoice paid anonymously, only for paid invoice
Optional
paidAmount of the invoice for which the invoice was paid, only if currency type is CurrencyType.Fiat and status is InvoiceStatus.Paid
Optional
paidCryptocurrency alphabetic code for which the invoice was paid, only if currency type is CurrencyType.Fiat and status is InvoiceStatus.Paid
Optional
paidInvoice paid date, only for paid invoice
Optional
paidInvoice displayed to user paid button name,
only if paidBtnName
passed in invoice creation
Optional
paidInvoice displayed to user paid button url,
only if paidBtnUrl
passed in invoice creation
Optional
paidThe rate of the paid_asset valued in the fiat currency, only if currency type is CurrencyType.Fiat and status is InvoiceStatus.Paid
Optional
payload?: anyInvoice visible only to app payload, only if payload
passed in invoice creation
If for invoice creation passed not string in this field, will be converted by JSON.parse
Optional
usdPrice of the asset in USD, only if status is InvoiceStatus.Paid
Invoice type object for Client.getInvoices, Client.getInvoicesPaginate, Client.createInvoice methods results and ClientEmitter
paid
event emit