Class: AvalaraSdk::EInvoicing::V1::TaxIdentifierSchemaByCountryRequestSdk

Inherits:
Object
  • Object
show all
Defined in:
lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb

Overview

Represents the Request object for the TaxIdentifierSchemaByCountry API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTaxIdentifierSchemaByCountryRequestSdk

Returns a new instance of TaxIdentifierSchemaByCountryRequestSdk.



436
437
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 436

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



426
427
428
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 426

def avalara_version
  @avalara_version
end

#country_codeObject

Returns the value of attribute country_code.



428
429
430
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 428

def country_code
  @country_code
end

#typeObject

Returns the value of attribute type.



434
435
436
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 434

def type
  @type
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



430
431
432
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 430

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



432
433
434
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 432

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



439
440
441
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 439

def get_avalara_version()
    return @avalara_version || '1.4'
end

#get_country_codeObject



447
448
449
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 447

def get_country_code()
    return @country_code
end

#get_typeObject



471
472
473
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 471

def get_type()
    return @type
end

#get_x_avalara_clientObject



455
456
457
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 455

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



463
464
465
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 463

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



443
444
445
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 443

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_country_code(country_code) ⇒ Object



451
452
453
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 451

def set_country_code(country_code)
    @country_code = country_code
end

#set_type(type) ⇒ Object



475
476
477
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 475

def set_type(type)
    @type = type
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



459
460
461
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 459

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



467
468
469
# File 'lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb', line 467

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end