Class: Api::Taxjar::Customer
- Inherits:
-
Data
- Object
- Data
- Api::Taxjar::Customer
- Defined in:
- app/services/api/taxjar/customer.rb
Overview
A customer record returned by the TaxJar customers endpoints. Only
exempt_regions is read (and merely carried into the sync Result).
Instance Attribute Summary collapse
-
#exempt_regions ⇒ Object
readonly
Returns the value of attribute exempt_regions.
Instance Method Summary collapse
-
#initialize(exempt_regions: []) ⇒ Customer
constructor
A new instance of Customer.
Constructor Details
#initialize(exempt_regions: []) ⇒ Customer
Returns a new instance of Customer.
8 |
# File 'app/services/api/taxjar/customer.rb', line 8 def initialize(exempt_regions: []) = super |
Instance Attribute Details
#exempt_regions ⇒ Object (readonly)
Returns the value of attribute exempt_regions
7 8 9 |
# File 'app/services/api/taxjar/customer.rb', line 7 def exempt_regions @exempt_regions end |