| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | Option<crate::models::InvoiceMetadata> | [optional] | |
| checkout | Option<crate::models::CheckoutOptions> | [optional] | |
| receipt | Option<crate::models::ReceiptOptions> | [optional] | |
| id | Option<String> | The identifier of the invoice | [optional] |
| store_id | Option<String> | The store identifier that the invoice belongs to | [optional] |
| amount | Option<String> | The amount of the invoice | [optional] |
| currency | Option<String> | The currency of the invoice | [optional] |
| _type | Option<crate::models::InvoiceType> | [optional] | |
| checkout_link | Option<String> | The link to the checkout page, where you can redirect the customer | [optional] |
| created_time | Option<f32> | The creation time of the invoice | [optional] |
| expiration_time | Option<f32> | The expiration time of the invoice | [optional] |
| monitoring_time | Option<f32> | The monitoring time of the invoice | [optional] |
| status | Option<crate::models::InvoiceStatus> | [optional] | |
| additional_status | Option<crate::models::InvoiceAdditionalStatus> | [optional] | |
| available_statuses_for_manual_marking | Option<Veccrate::models::InvoiceStatus> | The statuses the invoice can be manually marked as | [optional] |
| archived | Option<bool> | true if the invoice is archived | [optional] |