Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.06 KB

File metadata and controls

16 lines (11 loc) · 1.06 KB

CreateInvoiceRequest

Properties

Name Type Description Notes
metadata Option<crate::models::InvoiceMetadata> [optional]
checkout Option<crate::models::CheckoutOptions> [optional]
receipt Option<crate::models::ReceiptOptions> [optional]
amount Option<String> The amount of the invoice. If null or unspecified, the invoice will be a top-up invoice. (ie. The invoice will consider any payment as a full payment) [optional]
currency Option<String> The currency of the invoice (if null, empty or unspecified, the currency will be the store's settings default)' [optional]
additional_search_terms Option<Vec> Additional search term to help you find this invoice via text search [optional]

[Back to Model list] [Back to API list] [Back to README]