Class: AvalaraSdk::A1099::V2::Get1099FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::Get1099FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms1099_api.rb
Overview
Represents the Request object for the Get1099Form API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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_id ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ Get1099FormRequestSdk
constructor
A new instance of Get1099FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ Get1099FormRequestSdk
Returns a new instance of Get1099FormRequestSdk.
1031 1032 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1031 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1025 1026 1027 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1025 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1023 1024 1025 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1023 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1029 1030 1031 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1029 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1027 1028 1029 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1027 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1042 1043 1044 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1042 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1034 1035 1036 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1034 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1058 1059 1060 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1058 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1050 1051 1052 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1050 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1046 1047 1048 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1046 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1038 1039 1040 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1038 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1062 1063 1064 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1062 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1054 1055 1056 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1054 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |