Class: AvalaraSdk::EInvoicing::V1::GetCodeListRequestSdk

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

Overview

Represents the Request object for the GetCodeList API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGetCodeListRequestSdk

Returns a new instance of GetCodeListRequestSdk.



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

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



452
453
454
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 452

def avalara_version
  @avalara_version
end

#codelist_idObject

Returns the value of attribute codelist_id.



454
455
456
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 454

def codelist_id
  @codelist_id
end

#country_codeObject

Returns the value of attribute country_code.



456
457
458
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 456

def country_code
  @country_code
end

#effective_dateObject

Returns the value of attribute effective_date.



460
461
462
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 460

def effective_date
  @effective_date
end

#sunset_dateObject

Returns the value of attribute sunset_date.



462
463
464
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 462

def sunset_date
  @sunset_date
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



458
459
460
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 458

def x_avalara_client
  @x_avalara_client
end

Instance Method Details

#get_avalara_versionObject



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

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

#get_codelist_idObject



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

def get_codelist_id()
    return @codelist_id
end

#get_country_codeObject



483
484
485
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 483

def get_country_code()
    return @country_code
end

#get_effective_dateObject



499
500
501
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 499

def get_effective_date()
    return @effective_date
end

#get_sunset_dateObject



507
508
509
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 507

def get_sunset_date()
    return @sunset_date
end

#get_x_avalara_clientObject



491
492
493
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 491

def get_x_avalara_client()
    return @x_avalara_client
end

#set_avalara_version(avalara_version) ⇒ Object



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

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_codelist_id(codelist_id) ⇒ Object



479
480
481
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 479

def set_codelist_id(codelist_id)
    @codelist_id = codelist_id
end

#set_country_code(country_code) ⇒ Object



487
488
489
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 487

def set_country_code(country_code)
    @country_code = country_code
end

#set_effective_date(effective_date) ⇒ Object



503
504
505
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 503

def set_effective_date(effective_date)
    @effective_date = effective_date
end

#set_sunset_date(sunset_date) ⇒ Object



511
512
513
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 511

def set_sunset_date(sunset_date)
    @sunset_date = sunset_date
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



495
496
497
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 495

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end