# Payment
## Properties
**id** | Option<**String**> | A unique identifier for this payment | [optional]
**received_date** | Option<**f32**> | The date the payment was recorded | [optional]
**value** | Option<**String**> | The value of the payment | [optional]
**fee** | Option<**String**> | The fee paid for the payment | [optional]
**status** | Option<[**crate::models::PaymentStatus**](PaymentStatus.md)> | | [optional]
**destination** | Option<**String**> | The destination the payment was made to | [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)