Class: TreezorConnect::TaxResidence

Inherits:
ApiResource show all
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

create

Methods included from ApiOperations::Delete

delete

Methods included from ApiOperations::Fetch

fetch

Methods included from ApiOperations::List

list

Methods included from ApiOperations::Update

update

Methods inherited from ApiResource

custom_action

Methods included from ApiOperations::Request

included

Class Method Details

.resource_urlObject



15
16
17
# File 'lib/treezor_connect/resources/tax_residence.rb', line 15

def self.resource_url
  '/v1/taxResidences'
end