Class: AvalaraSdk::EInvoicing::V1::GetCodeListRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetCodeListRequestSdk
- 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
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#codelist_id ⇒ Object
Returns the value of attribute codelist_id.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#effective_date ⇒ Object
Returns the value of attribute effective_date.
-
#sunset_date ⇒ Object
Returns the value of attribute sunset_date.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_codelist_id ⇒ Object
- #get_country_code ⇒ Object
- #get_effective_date ⇒ Object
- #get_sunset_date ⇒ Object
- #get_x_avalara_client ⇒ Object
-
#initialize ⇒ GetCodeListRequestSdk
constructor
A new instance of GetCodeListRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_codelist_id(codelist_id) ⇒ Object
- #set_country_code(country_code) ⇒ Object
- #set_effective_date(effective_date) ⇒ Object
- #set_sunset_date(sunset_date) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ GetCodeListRequestSdk
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_version ⇒ Object
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_id ⇒ Object
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_code ⇒ Object
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_date ⇒ Object
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_date ⇒ Object
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_client ⇒ Object
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_version ⇒ Object
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_id ⇒ Object
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_code ⇒ Object
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_date ⇒ Object
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_date ⇒ Object
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_client ⇒ Object
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 |