Class: CheckoutSdk::Payments::BillingDescriptor

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

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

Returns:

  • (String)


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

class BillingDescriptor
  attr_accessor :name,
                :city,
                :reference
end

#nameString

Returns:

  • (String)


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

class BillingDescriptor
  attr_accessor :name,
                :city,
                :reference
end

#referenceString

Returns:

  • (String)


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

class BillingDescriptor
  attr_accessor :name,
                :city,
                :reference
end