Class: AvalaraSdk::A1099::V2::UploadW9FilesRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::UploadW9FilesRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the UploadW9Files API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_file ⇒ Object
- #get_id ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ UploadW9FilesRequestSdk
constructor
A new instance of UploadW9FilesRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_file(file) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UploadW9FilesRequestSdk
Returns a new instance of UploadW9FilesRequestSdk.
1290 1291 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1290 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1284 1285 1286 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1284 def avalara_version @avalara_version end |
#file ⇒ Object
Returns the value of attribute file.
1288 1289 1290 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1288 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
1282 1283 1284 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1282 def id @id end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1286 1287 1288 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1286 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1301 1302 1303 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1301 def get_avalara_version() return @avalara_version || '2.0' end |
#get_file ⇒ Object
1317 1318 1319 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1317 def get_file() return @file end |
#get_id ⇒ Object
1293 1294 1295 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1293 def get_id() return @id end |
#get_x_correlation_id ⇒ Object
1309 1310 1311 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1309 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1305 1306 1307 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1305 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_file(file) ⇒ Object
1321 1322 1323 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1321 def set_file(file) @file = file end |
#set_id(id) ⇒ Object
1297 1298 1299 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1297 def set_id(id) @id = id end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1313 1314 1315 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1313 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |