Invoice
---types---
invoice#5db95a15 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 recurring:flags.9?true currency:string prices:Vector<LabeledPrice> max_tip_amount:flags.8?long suggested_tip_amounts:flags.8?Vector<long> terms_url:flags.10?string = Invoice
Belongs to
This type can only be an instance of:
Members
currency | string | |
prices | LabeledPrice | A list must be supplied. |
test | flag | This argument defaults to None and can be omitted. |
name_requested | flag | This argument defaults to None and can be omitted. |
phone_requested | flag | This argument defaults to None and can be omitted. |
email_requested | flag | This argument defaults to None and can be omitted. |
shipping_address_requested | flag | This argument defaults to None and can be omitted. |
flexible | flag | This argument defaults to None and can be omitted. |
phone_to_provider | flag | This argument defaults to None and can be omitted. |
email_to_provider | flag | This argument defaults to None and can be omitted. |
recurring | flag | This argument defaults to None and can be omitted. |
max_tip_amount | long | This argument defaults to None and can be omitted. |
suggested_tip_amounts | long | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
terms_url | string | This argument defaults to None and can be omitted. |