Module: GenesisRuby::Api::Mixins::Requests::CustomerAddress::ShippingInfoAttributes

Overview

Mixin shippingInfoAttributes

Instance Attribute Summary collapse

Instance Attribute Details

#shipping_address1Object

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_address2Object

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_cityObject

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_countryObject

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_nameObject

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_nameObject

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_neighborhoodObject

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_stateObject

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_codeObject

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