class Taxjar::Customer

Public Instance Methods

exempt_regions() click to toggle source
# File lib/taxjar/customer.rb, line 16
def exempt_regions
  map_collection(Taxjar::ExemptRegion, :exempt_regions)
end