Module: GenesisRuby::Api::Mixins::Requests::CustomerAddress::BillingInfoAttributes
- Included in:
- AddressInfoAttributes, Requests::Financial::Cards::Bancontact, Requests::Financial::OnlineBankingPayments::SafetyPay, Requests::Financial::OnlineBankingPayments::Sofort, Requests::Financial::Payout::GlobalPayout, Requests::Financial::Sdd::Sale, Requests::NonFinancial::Consumers::Create, Requests::NonFinancial::Consumers::Update
- Defined in:
- lib/genesis_ruby/api/mixins/requests/customer_address/billing_info_attributes.rb
Overview
Mixin BillingInfoAttributes
Instance Attribute Summary collapse
-
#billing_address1 ⇒ Object
Returns the value of attribute billing_address1.
-
#billing_address2 ⇒ Object
Returns the value of attribute billing_address2.
-
#billing_city ⇒ Object
Returns the value of attribute billing_city.
-
#billing_country ⇒ Object
Returns the value of attribute billing_country.
-
#billing_first_name ⇒ Object
Returns the value of attribute billing_first_name.
-
#billing_last_name ⇒ Object
Returns the value of attribute billing_last_name.
-
#billing_neighborhood ⇒ Object
Returns the value of attribute billing_neighborhood.
-
#billing_state ⇒ Object
Returns the value of attribute billing_state.
-
#billing_zip_code ⇒ Object
Returns the value of attribute billing_zip_code.
Instance Attribute Details
#billing_address1 ⇒ Object
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_address2 ⇒ Object
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_city ⇒ Object
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_country ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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_neighborhood ⇒ Object
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_state ⇒ Object
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_code ⇒ Object
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 |