| 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] |