Class: TreezorConnect::TaxResidence
- Inherits:
-
ApiResource
- Object
- ApiResource
- TreezorConnect::TaxResidence
- Extended by:
- ApiOperations::Create, ApiOperations::Delete, ApiOperations::Fetch, ApiOperations::List, ApiOperations::Update
- Defined in:
- lib/treezor_connect/resources/tax_residence.rb
Constant Summary collapse
- OBJECT_NAME =
'taxResidence'
- OBJECT_KEY =
'taxResidences'
- OBJECT_PRIMARY_KEY =
'taxResidenceId'
Class Method Summary collapse
Methods included from ApiOperations::Create
Methods included from ApiOperations::Delete
Methods included from ApiOperations::Fetch
Methods included from ApiOperations::List
Methods included from ApiOperations::Update
Methods inherited from ApiResource
Methods included from ApiOperations::Request
Class Method Details
.resource_url ⇒ Object
15 16 17 |
# File 'lib/treezor_connect/resources/tax_residence.rb', line 15 def self.resource_url '/v1/taxResidences' end |