Module: GenesisRuby::Api::Mixins::Requests::CustomerAddress::ShippingInfoAttributes
- Included in:
- AddressInfoAttributes, Requests::Financial::Cards::Bancontact, Requests::Financial::OnlineBankingPayments::SafetyPay, Requests::Financial::OnlineBankingPayments::Sofort, Requests::Financial::Sdd::Sale, Requests::NonFinancial::Consumers::Create, Requests::NonFinancial::Consumers::Update
- Defined in:
- lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb
Overview
Mixin shippingInfoAttributes
Instance Attribute Summary collapse
-
#shipping_address1 ⇒ Object
Returns the value of attribute shipping_address1.
-
#shipping_address2 ⇒ Object
Returns the value of attribute shipping_address2.
-
#shipping_city ⇒ Object
Returns the value of attribute shipping_city.
-
#shipping_country ⇒ Object
Returns the value of attribute shipping_country.
-
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
-
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
-
#shipping_neighborhood ⇒ Object
Returns the value of attribute shipping_neighborhood.
-
#shipping_state ⇒ Object
Returns the value of attribute shipping_state.
-
#shipping_zip_code ⇒ Object
Returns the value of attribute shipping_zip_code.
Instance Attribute Details
#shipping_address1 ⇒ Object
Returns the value of attribute shipping_address1.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_address1 @shipping_address1 end |
#shipping_address2 ⇒ Object
Returns the value of attribute shipping_address2.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_address2 @shipping_address2 end |
#shipping_city ⇒ Object
Returns the value of attribute shipping_city.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_city @shipping_city end |
#shipping_country ⇒ Object
Returns the value of attribute shipping_country.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_country @shipping_country end |
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_first_name @shipping_first_name end |
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_last_name @shipping_last_name end |
#shipping_neighborhood ⇒ Object
Returns the value of attribute shipping_neighborhood.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_neighborhood @shipping_neighborhood end |
#shipping_state ⇒ Object
Returns the value of attribute shipping_state.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_state @shipping_state end |
#shipping_zip_code ⇒ Object
Returns the value of attribute shipping_zip_code.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/shipping_info_attributes.rb', line 11 def shipping_zip_code @shipping_zip_code end |