| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Option<String> | The amount of the payment request | [optional] |
| title | Option<String> | The title of the payment request | [optional] |
| currency | Option<String> | The currency of the payment request. If empty, the store's default currency code will be used. | [optional] |
| Option<String> | The email used in invoices generated by the payment request | [optional] | |
| description | Option<String> | The description of the payment request | [optional] |
| expiry_date | Option<f32> | The expiry date of the payment request | [optional] |
| embedded_css | Option<String> | Custom CSS styling for the payment request | [optional] |
| custom_css_link | Option<String> | Custom CSS link for styling the payment request | [optional] |
| allow_custom_payment_amounts | Option<bool> | Whether to allow users to create invoices that partially pay the payment request | [optional] |
| id | Option<String> | The id of the payment request | [optional] |
| store_id | Option<String> | The store identifier that the payment request belongs to | [optional] |
| status | Option<String> | The status of the payment request | [optional] |
| created_time | Option<f32> | The creation date of the payment request | [optional] |