invoice

Invoice

invoice#c30aa358 flags:# test:flags.0?true name_requested:flags.1?true phone_requested:flags.2?true email_requested:flags.3?true shipping_address_requested:flags.4?true flexible:flags.5?true phone_to_provider:flags.6?true email_to_provider:flags.7?true currency:string prices:Vector<LabeledPrice> = Invoice;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
test flags.0?true Test invoice
name_requested flags.1?true Set this flag if you require the user's full name to complete the order
phone_requested flags.2?true Set this flag if you require the user's phone number to complete the order
email_requested flags.3?true Set this flag if you require the user's email address to complete the order
shipping_address_requested flags.4?true Set this flag if you require the user's shipping address to complete the order
flexible flags.5?true Set this flag if the final price depends on the shipping method
phone_to_provider flags.6?true Set this flag if user's phone number should be sent to provider
email_to_provider flags.7?true Set this flag if user's email address should be sent to provider
currency string Three-letter ISO 4217 currency code
prices Vector<LabeledPrice> Price breakdown, a list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.)

Type

Invoice

Related pages

Bot Payments API