Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.36 KB

ContinuousPaymentIntent.md

File metadata and controls

22 lines (17 loc) · 1.36 KB

ContinuousPaymentIntent

Properties

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]

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