Class: CheckoutSdk::Payments::StablecoinPaymentMethod
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::StablecoinPaymentMethod
- Defined in:
- lib/checkout_sdk/payments/setups/stablecoin_payment_method.rb
Overview
Stablecoin payment method configuration on a Payment Setup. Maps swagger Stablecoin.
Instance Attribute Summary collapse
-
#flags ⇒ Array(String)
(response-only) Diagnostic flags returned by the API.
-
#status ⇒ String
(response-only) Payment method status.
Instance Attribute Details
#flags ⇒ Array(String)
Returns (response-only) Diagnostic flags returned by the API.
11 12 13 14 |
# File 'lib/checkout_sdk/payments/setups/stablecoin_payment_method.rb', line 11 class StablecoinPaymentMethod attr_accessor :status, :flags end |
#status ⇒ String
Returns (response-only) Payment method status.
11 12 13 14 |
# File 'lib/checkout_sdk/payments/setups/stablecoin_payment_method.rb', line 11 class StablecoinPaymentMethod attr_accessor :status, :flags end |