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.
919 920 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 919 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
913 914 915 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 913 def avalara_version @avalara_version end |
#document_id ⇒ Object
Returns the value of attribute document_id.
915 916 917 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 915 def document_id @document_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
917 918 919 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 917 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_avalara_version ⇒ Object
922 923 924 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 922 def get_avalara_version() return @avalara_version || '1.2' end |
#get_document_id ⇒ Object
930 931 932 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 930 def get_document_id() return @document_id end |
#get_x_avalara_client ⇒ Object
938 939 940 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 938 def get_x_avalara_client() return @x_avalara_client end |
#set_avalara_version(avalara_version) ⇒ Object
926 927 928 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 926 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_document_id(document_id) ⇒ Object
934 935 936 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 934 def set_document_id(document_id) @document_id = document_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
942 943 944 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 942 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |