Class: AvalaraSdk::EInvoicing::V1::GetMandateDataInputFieldsRequest
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetMandateDataInputFieldsRequest
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb
Overview
Represents the Request object for the GetMandateDataInputFields API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#document_type ⇒ Object
Returns the value of attribute document_type.
-
#document_version ⇒ Object
Returns the value of attribute document_version.
-
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_document_type ⇒ Object
- #get_document_version ⇒ Object
- #get_mandate_id ⇒ Object
- #get_x_avalara_client ⇒ Object
-
#initialize ⇒ GetMandateDataInputFieldsRequest
constructor
A new instance of GetMandateDataInputFieldsRequest.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_document_type(document_type) ⇒ Object
- #set_document_version(document_version) ⇒ Object
- #set_mandate_id(mandate_id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ GetMandateDataInputFieldsRequest
Returns a new instance of GetMandateDataInputFieldsRequest.
446 447 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 446 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
436 437 438 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 436 def avalara_version @avalara_version end |
#document_type ⇒ Object
Returns the value of attribute document_type.
440 441 442 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 440 def document_type @document_type end |
#document_version ⇒ Object
Returns the value of attribute document_version.
442 443 444 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 442 def document_version @document_version end |
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
438 439 440 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 438 def mandate_id @mandate_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
444 445 446 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 444 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_avalara_version ⇒ Object
449 450 451 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 449 def get_avalara_version() return @avalara_version || '1.2' end |
#get_document_type ⇒ Object
465 466 467 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 465 def get_document_type() return @document_type end |
#get_document_version ⇒ Object
473 474 475 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 473 def get_document_version() return @document_version end |
#get_mandate_id ⇒ Object
457 458 459 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 457 def get_mandate_id() return @mandate_id end |
#get_x_avalara_client ⇒ Object
481 482 483 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 481 def get_x_avalara_client() return @x_avalara_client end |
#set_avalara_version(avalara_version) ⇒ Object
453 454 455 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 453 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_document_type(document_type) ⇒ Object
469 470 471 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 469 def set_document_type(document_type) @document_type = document_type end |
#set_document_version(document_version) ⇒ Object
477 478 479 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 477 def set_document_version(document_version) @document_version = document_version end |
#set_mandate_id(mandate_id) ⇒ Object
461 462 463 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 461 def set_mandate_id(mandate_id) @mandate_id = mandate_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
485 486 487 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb', line 485 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |