Class: CheckoutSdk::Payments::DLocalProcessingSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/d_local_processing_settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countryString

Returns Common::Country.

Returns:



11
12
13
14
15
# File 'lib/checkout_sdk/payments/d_local_processing_settings.rb', line 11

class DLocalProcessingSettings
  attr_accessor :country,
                :payer,
                :installments
end

#installmentsDLocalInstallments

Returns:



11
12
13
14
15
# File 'lib/checkout_sdk/payments/d_local_processing_settings.rb', line 11

class DLocalProcessingSettings
  attr_accessor :country,
                :payer,
                :installments
end

#payerPayer

Returns:



11
12
13
14
15
# File 'lib/checkout_sdk/payments/d_local_processing_settings.rb', line 11

class DLocalProcessingSettings
  attr_accessor :country,
                :payer,
                :installments
end