Module: GenesisRuby::Api::Mixins::Requests::CustomerAddress::CustomerInfoAttributes
- Included in:
- AddressInfoAttributes, Requests::Financial::OnlineBankingPayments::SafetyPay, Requests::Financial::OnlineBankingPayments::Sofort
- Defined in:
- lib/genesis_ruby/api/mixins/requests/customer_address/customer_info_attributes.rb
Overview
Mixin CustomerInfoAttributes
Instance Attribute Summary collapse
-
#customer_email ⇒ Object
Returns the value of attribute customer_email.
-
#customer_phone ⇒ Object
Returns the value of attribute customer_phone.
Instance Attribute Details
#customer_email ⇒ Object
Returns the value of attribute customer_email.
13 14 15 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/customer_info_attributes.rb', line 13 def customer_email @customer_email end |
#customer_phone ⇒ Object
Returns the value of attribute customer_phone.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/customer_address/customer_info_attributes.rb', line 14 def customer_phone @customer_phone end |