Class: CheckoutSdk::Payments::ShippingDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressCheckoutSdk::Common::Address



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

class ShippingDetails
  attr_accessor :address,
                :phone,
                :from_address_zip
end

#from_address_zipString

Returns:

  • (String)


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

class ShippingDetails
  attr_accessor :address,
                :phone,
                :from_address_zip
end

#phoneCheckoutSdk::Common::Phone



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

class ShippingDetails
  attr_accessor :address,
                :phone,
                :from_address_zip
end