Class: AvalaraSdk::EInvoicing::V1::GetDocumentStatusRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetDocumentStatusRequestSdk
- 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 ⇒ GetDocumentStatusRequestSdk
constructor
A new instance of GetDocumentStatusRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_document_id(document_id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ GetDocumentStatusRequestSdk
Returns a new instance of GetDocumentStatusRequestSdk.
935 936 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 935 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
929 930 931 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 929 def avalara_version @avalara_version end |
#document_id ⇒ Object
Returns the value of attribute document_id.
931 932 933 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 931 def document_id @document_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
933 934 935 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 933 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_avalara_version ⇒ Object
938 939 940 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 938 def get_avalara_version() return @avalara_version || '1.6' end |
#get_document_id ⇒ Object
946 947 948 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 946 def get_document_id() return @document_id end |
#get_x_avalara_client ⇒ Object
954 955 956 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 954 def get_x_avalara_client() return @x_avalara_client end |
#set_avalara_version(avalara_version) ⇒ Object
942 943 944 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 942 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_document_id(document_id) ⇒ Object
950 951 952 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 950 def set_document_id(document_id) @document_id = document_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
958 959 960 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 958 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |