Class: CheckoutSdk::Payments::BillingDescriptor
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::BillingDescriptor
- Defined in:
- lib/checkout_sdk/payments/billing_descriptor.rb
Instance Attribute Summary collapse
Instance Attribute Details
#city ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/billing_descriptor.rb', line 11 class BillingDescriptor attr_accessor :name, :city, :reference end |
#name ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/billing_descriptor.rb', line 11 class BillingDescriptor attr_accessor :name, :city, :reference end |
#reference ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/billing_descriptor.rb', line 11 class BillingDescriptor attr_accessor :name, :city, :reference end |