Class: AvalaraSdk::EInvoicing::V1::GetCodeListListRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetCodeListListRequestSdk
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb
Overview
Represents the Request object for the GetCodeListList API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#count ⇒ Object
Returns the value of attribute count.
-
#count_only ⇒ Object
Returns the value of attribute count_only.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#effective_date ⇒ Object
Returns the value of attribute effective_date.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#sunset_date ⇒ Object
Returns the value of attribute sunset_date.
-
#top ⇒ Object
Returns the value of attribute top.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_count ⇒ Object
- #get_count_only ⇒ Object
- #get_country_code ⇒ Object
- #get_effective_date ⇒ Object
- #get_skip ⇒ Object
- #get_sunset_date ⇒ Object
- #get_top ⇒ Object
- #get_x_avalara_client ⇒ Object
-
#initialize ⇒ GetCodeListListRequestSdk
constructor
A new instance of GetCodeListListRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_count(count) ⇒ Object
- #set_count_only(count_only) ⇒ Object
- #set_country_code(country_code) ⇒ Object
- #set_effective_date(effective_date) ⇒ Object
- #set_skip(skip) ⇒ Object
- #set_sunset_date(sunset_date) ⇒ Object
- #set_top(top) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ GetCodeListListRequestSdk
Returns a new instance of GetCodeListListRequestSdk.
546 547 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 546 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
528 529 530 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 528 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
538 539 540 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 538 def count @count end |
#count_only ⇒ Object
Returns the value of attribute count_only.
540 541 542 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 540 def count_only @count_only end |
#country_code ⇒ Object
Returns the value of attribute country_code.
530 531 532 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 530 def country_code @country_code end |
#effective_date ⇒ Object
Returns the value of attribute effective_date.
534 535 536 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 534 def effective_date @effective_date end |
#skip ⇒ Object
Returns the value of attribute skip.
544 545 546 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 544 def skip @skip end |
#sunset_date ⇒ Object
Returns the value of attribute sunset_date.
536 537 538 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 536 def sunset_date @sunset_date end |
#top ⇒ Object
Returns the value of attribute top.
542 543 544 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 542 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
532 533 534 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 532 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_avalara_version ⇒ Object
549 550 551 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 549 def get_avalara_version() return @avalara_version || '1.6' end |
#get_count ⇒ Object
589 590 591 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 589 def get_count() return @count end |
#get_count_only ⇒ Object
597 598 599 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 597 def get_count_only() return @count_only end |
#get_country_code ⇒ Object
557 558 559 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 557 def get_country_code() return @country_code end |
#get_effective_date ⇒ Object
573 574 575 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 573 def get_effective_date() return @effective_date end |
#get_skip ⇒ Object
613 614 615 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 613 def get_skip() return @skip end |
#get_sunset_date ⇒ Object
581 582 583 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 581 def get_sunset_date() return @sunset_date end |
#get_top ⇒ Object
605 606 607 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 605 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
565 566 567 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 565 def get_x_avalara_client() return @x_avalara_client end |
#set_avalara_version(avalara_version) ⇒ Object
553 554 555 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 553 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
593 594 595 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 593 def set_count(count) @count = count end |
#set_count_only(count_only) ⇒ Object
601 602 603 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 601 def set_count_only(count_only) @count_only = count_only end |
#set_country_code(country_code) ⇒ Object
561 562 563 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 561 def set_country_code(country_code) @country_code = country_code end |
#set_effective_date(effective_date) ⇒ Object
577 578 579 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 577 def set_effective_date(effective_date) @effective_date = effective_date end |
#set_skip(skip) ⇒ Object
617 618 619 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 617 def set_skip(skip) @skip = skip end |
#set_sunset_date(sunset_date) ⇒ Object
585 586 587 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 585 def set_sunset_date(sunset_date) @sunset_date = sunset_date end |
#set_top(top) ⇒ Object
609 610 611 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 609 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
569 570 571 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/code_lists_api.rb', line 569 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |