Class: AvalaraSdk::EInvoicing::V1::GetDocumentStatusRequest
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetDocumentStatusRequest
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb
Overview
Represents the Request object for the GetDocumentStatus API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#document_id ⇒ Object
Returns the value of attribute document_id.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_document_id ⇒ Object
- #get_x_avalara_client ⇒ Object
-
#initialize ⇒ GetDocumentStatusRequest
constructor
A new instance of GetDocumentStatusRequest.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_document_id(document_id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ GetDocumentStatusRequest
Returns a new instance of GetDocumentStatusRequest.
799 800 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 799 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
793 794 795 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 793 def avalara_version @avalara_version end |
#document_id ⇒ Object
Returns the value of attribute document_id.
795 796 797 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 795 def document_id @document_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
797 798 799 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 797 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_avalara_version ⇒ Object
802 803 804 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 802 def get_avalara_version() return @avalara_version end |
#get_document_id ⇒ Object
810 811 812 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 810 def get_document_id() return @document_id end |
#get_x_avalara_client ⇒ Object
818 819 820 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 818 def get_x_avalara_client() return @x_avalara_client end |
#set_avalara_version(avalara_version) ⇒ Object
806 807 808 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 806 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_document_id(document_id) ⇒ Object
814 815 816 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 814 def set_document_id(document_id) @document_id = document_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
822 823 824 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 822 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |