Invoice
- class pyrogram.raw.types.Invoice
Invoice
Constructor of
Invoice
.- Details:
Layer:
194
ID:
49EE584
- Parameters:
currency (
str
) – Three-letter ISO 4217 currency codeprices (List of
LabeledPrice
) – Price breakdown, a list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.)test (
bool
, optional) – Test invoicename_requested (
bool
, optional) – Set this flag if you require the user’s full name to complete the orderphone_requested (
bool
, optional) – Set this flag if you require the user’s phone number to complete the orderemail_requested (
bool
, optional) – Set this flag if you require the user’s email address to complete the ordershipping_address_requested (
bool
, optional) – Set this flag if you require the user’s shipping address to complete the orderflexible (
bool
, optional) – Set this flag if the final price depends on the shipping methodphone_to_provider (
bool
, optional) – Set this flag if user’s phone number should be sent to provideremail_to_provider (
bool
, optional) – Set this flag if user’s email address should be sent to providerrecurring (
bool
, optional) – Whether this is a recurring paymentmax_tip_amount (
int
64-bit
, optional) – The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).suggested_tip_amounts (List of
int
64-bit
, optional) – A vector of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.terms_url (
str
, optional) – Terms of service URLsubscription_period (
int
32-bit
, optional) – N/A