Name | Type | Description | Notes |
---|---|---|---|
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> | [optional] | |
destination | Option<String> | The destination the payment was made to | [optional] |