Invoice

Basic information about an invoice

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currency
string currency;

Three-letter ISO 4217 currency code

description
string description;

Product description

start_parameter
string start_parameter;

Unique bot deep-linking parameter that can be used to generate this invoice

title
string title;

Product name

total_amount
int total_amount;

Total price in the smallest units of the currency

See Also

Meta