Class: Rev::BillingAddress

Inherits:
ApiSerializable show all
Defined in:
lib/rev-api/models/order_request.rb

Overview

Billing address

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiSerializable

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Rev::ApiSerializable

Instance Attribute Details

#cityObject (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_alpha2Object (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

#stateObject (readonly)

Returns the value of attribute state.



77
78
79
# File 'lib/rev-api/models/order_request.rb', line 77

def state
  @state
end

#streetObject (readonly)

Returns the value of attribute street.



77
78
79
# File 'lib/rev-api/models/order_request.rb', line 77

def street
  @street
end

#street2Object (readonly)

Returns the value of attribute street2.



77
78
79
# File 'lib/rev-api/models/order_request.rb', line 77

def street2
  @street2
end

#zipObject (readonly)

Returns the value of attribute zip.



77
78
79
# File 'lib/rev-api/models/order_request.rb', line 77

def zip
  @zip
end