Class: AvalaraSdk::EInvoicing::V1::TaxIdentifierSchemaByCountryRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::TaxIdentifierSchemaByCountryRequestSdk
- 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
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#type ⇒ Object
Returns the value of attribute type.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_country_code ⇒ Object
- #get_type ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ TaxIdentifierSchemaByCountryRequestSdk
constructor
A new instance of TaxIdentifierSchemaByCountryRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_country_code(country_code) ⇒ Object
- #set_type(type) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ TaxIdentifierSchemaByCountryRequestSdk
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_version ⇒ Object
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_code ⇒ Object
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 |
#type ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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_version ⇒ Object
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_code ⇒ Object
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_type ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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 |