Module: GenesisRuby::Api::Mixins::Requests::CustomerAddress::BillingInfoAttributes

Overview

Mixin BillingInfoAttributes

Instance Attribute Summary collapse

Instance Attribute Details

#billing_address1Object

Returns the value of attribute billing_address1.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_address1
  @billing_address1
end

#billing_address2Object

Returns the value of attribute billing_address2.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_address2
  @billing_address2
end

#billing_cityObject

Returns the value of attribute billing_city.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_city
  @billing_city
end

#billing_countryObject

Returns the value of attribute billing_country.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_country
  @billing_country
end

#billing_first_nameObject

Returns the value of attribute billing_first_name.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_first_name
  @billing_first_name
end

#billing_last_nameObject

Returns the value of attribute billing_last_name.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_last_name
  @billing_last_name
end

#billing_neighborhoodObject

Returns the value of attribute billing_neighborhood.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_neighborhood
  @billing_neighborhood
end

#billing_stateObject

Returns the value of attribute billing_state.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_state
  @billing_state
end

#billing_zip_codeObject

Returns the value of attribute billing_zip_code.



11
12
13
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb', line 11

def billing_zip_code
  @billing_zip_code
end