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_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_file ⇒ Object
- #get_id ⇒ Object
- #get_x_avalara_client ⇒ 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_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UploadW9FilesRequestSdk
1401 1402 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1401 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1393 1394 1395 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1393 def avalara_version @avalara_version end |
#file ⇒ Object
Returns the value of attribute file.
1399 1400 1401 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1399 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
1391 1392 1393 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1391 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1397 1398 1399 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1397 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1395 1396 1397 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1395 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1412 1413 1414 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1412 def get_avalara_version() return @avalara_version || '2.0' end |
#get_file ⇒ Object
1436 1437 1438 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1436 def get_file() return @file end |
#get_id ⇒ Object
1404 1405 1406 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1404 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1428 1429 1430 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1428 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1420 1421 1422 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1420 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1416 1417 1418 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1416 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_file(file) ⇒ Object
1440 1441 1442 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1440 def set_file(file) @file = file end |
#set_id(id) ⇒ Object
1408 1409 1410 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1408 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1432 1433 1434 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1432 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1424 1425 1426 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1424 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |