Name | Type | Description | Notes |
---|---|---|---|
id | Option<uuid::Uuid> | Unique system generated identifier for the entity. | [optional] |
currency | String | Desired currency of the payment. | |
amount_paid | Option<models::CryptoPaymentsMoney> | [optional] | |
amount_refunded | Option<models::CryptoPaymentsMoney> | [optional] | |
settlement_currency | String | Desired currency for the payments to settle in. | |
payment_methods | Vecmodels::PaymentMethodBlockchain | ||
fees | Option<Vecmodels::PaymentIntentFees> | [optional] | |
timeline | Option<Vecmodels::Timeline> | State management timeline. | [optional] |
update_date | Option<String> | ISO-8601 UTC date/time format. | [optional] |
create_date | Option<String> | ISO-8601 UTC date/time format. | [optional] |
r#type | String | ||
merchant_wallet_id | Option<String> | Unique system generated identifier for the wallet of the merchant. | [optional] |