Class: CheckoutSdk::Payments::StablecoinPaymentMethod

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#flagsArray(String)

Returns (response-only) Diagnostic flags returned by the API.

Returns:

  • (Array(String))

    (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

#statusString

Returns (response-only) Payment method status.

Returns:

  • (String)

    (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