Invoice
---types---
invoice#049ee584 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 subscription_period:flags.11?int = Invoice
Belongs to
Parameters
| test | true | optional |
| name_requested | true | optional |
| phone_requested | true | optional |
| email_requested | true | optional |
| shipping_address_requested | true | optional |
| flexible | true | optional |
| phone_to_provider | true | optional |
| email_to_provider | true | optional |
| recurring | true | optional |
| currency | string | required |
| prices | Vector<LabeledPrice> | required |
| max_tip_amount | long | optional |
| suggested_tip_amounts | Vector<long> | optional |
| terms_url | string | optional |
| subscription_period | int | optional |