Class: CheckoutSdk::Payments::BillingInformation

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressCheckoutSdk::Common::Address



9
10
11
12
# File 'lib/checkout_sdk/payments/billing_information.rb', line 9

class BillingInformation
  attr_accessor :address,
                :phone
end

#phoneCheckoutSdk::Common::Phone



9
10
11
12
# File 'lib/checkout_sdk/payments/billing_information.rb', line 9

class BillingInformation
  attr_accessor :address,
                :phone
end