# PaymentRequestBaseData
## Properties
**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]
**email** | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)