Class: Rev::BillingAddress
- Inherits:
-
ApiSerializable
- Object
- ApiSerializable
- Rev::BillingAddress
- Defined in:
- lib/rev-api/models/order_request.rb
Overview
Billing address
Instance Attribute Summary collapse
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country_alpha2 ⇒ Object
readonly
Returns the value of attribute country_alpha2.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#street ⇒ Object
readonly
Returns the value of attribute street.
-
#street2 ⇒ Object
readonly
Returns the value of attribute street2.
-
#zip ⇒ Object
readonly
Returns the value of attribute zip.
Method Summary
Methods inherited from ApiSerializable
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Rev::ApiSerializable
Instance Attribute Details
#city ⇒ Object (readonly)
Returns the value of attribute city.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def city @city end |
#country_alpha2 ⇒ Object (readonly)
Returns the value of attribute country_alpha2.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def country_alpha2 @country_alpha2 end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def state @state end |
#street ⇒ Object (readonly)
Returns the value of attribute street.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def street @street end |
#street2 ⇒ Object (readonly)
Returns the value of attribute street2.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def street2 @street2 end |
#zip ⇒ Object (readonly)
Returns the value of attribute zip.
77 78 79 |
# File 'lib/rev-api/models/order_request.rb', line 77 def zip @zip end |