Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 777 Bytes

Payment.md

File metadata and controls

16 lines (11 loc) · 777 Bytes

Payment

Properties

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]

[Back to Model list] [Back to API list] [Back to README]