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.
1053 1054 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1053 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1047 1048 1049 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1047 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1045 1046 1047 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1045 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1051 1052 1053 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1051 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1049 1050 1051 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1049 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1064 1065 1066 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1064 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1056 1057 1058 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1056 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1080 1081 1082 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1080 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1072 1073 1074 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1072 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1068 1069 1070 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1068 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1060 1061 1062 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1060 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1084 1085 1086 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1084 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1076 1077 1078 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1076 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |