Class: CheckoutSdk::Payments::BillingInformation
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::BillingInformation
- Defined in:
- lib/checkout_sdk/payments/billing_information.rb
Instance Attribute Summary collapse
Instance Attribute Details
#address ⇒ CheckoutSdk::Common::Address
9 10 11 12 |
# File 'lib/checkout_sdk/payments/billing_information.rb', line 9 class BillingInformation attr_accessor :address, :phone end |
#phone ⇒ CheckoutSdk::Common::Phone
9 10 11 12 |
# File 'lib/checkout_sdk/payments/billing_information.rb', line 9 class BillingInformation attr_accessor :address, :phone end |