Class: Vantiv::Api::Address
- Inherits:
-
Object
- Object
- Vantiv::Api::Address
- Defined in:
- lib/vantiv/api/address.rb
Instance Attribute Summary collapse
-
#billing_address_1 ⇒ Object
Returns the value of attribute billing_address_1.
-
#billing_address_2 ⇒ Object
Returns the value of attribute billing_address_2.
-
#billing_city ⇒ Object
Returns the value of attribute billing_city.
-
#billing_country ⇒ Object
Returns the value of attribute billing_country.
-
#billing_name ⇒ Object
Returns the value of attribute billing_name.
-
#billing_state ⇒ Object
Returns the value of attribute billing_state.
-
#billing_zipcode ⇒ Object
Returns the value of attribute billing_zipcode.
Instance Attribute Details
#billing_address_1 ⇒ Object
Returns the value of attribute billing_address_1.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_address_1 @billing_address_1 end |
#billing_address_2 ⇒ Object
Returns the value of attribute billing_address_2.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_address_2 @billing_address_2 end |
#billing_city ⇒ Object
Returns the value of attribute billing_city.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_city @billing_city end |
#billing_country ⇒ Object
Returns the value of attribute billing_country.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_country @billing_country end |
#billing_name ⇒ Object
Returns the value of attribute billing_name.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_name @billing_name end |
#billing_state ⇒ Object
Returns the value of attribute billing_state.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_state @billing_state end |
#billing_zipcode ⇒ Object
Returns the value of attribute billing_zipcode.
4 5 6 |
# File 'lib/vantiv/api/address.rb', line 4 def billing_zipcode @billing_zipcode end |