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
Returns a new instance of UploadW9FilesRequestSdk.
1538 1539 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1538 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1530 1531 1532 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1530 def avalara_version @avalara_version end |
#file ⇒ Object
Returns the value of attribute file.
1536 1537 1538 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1536 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
1528 1529 1530 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1528 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1534 1535 1536 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1534 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1532 1533 1534 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1532 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1549 1550 1551 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1549 def get_avalara_version() return @avalara_version || '2.0' end |
#get_file ⇒ Object
1573 1574 1575 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1573 def get_file() return @file end |
#get_id ⇒ Object
1541 1542 1543 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1541 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1565 1566 1567 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1565 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1557 1558 1559 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1557 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1553 1554 1555 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1553 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_file(file) ⇒ Object
1577 1578 1579 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1577 def set_file(file) @file = file end |
#set_id(id) ⇒ Object
1545 1546 1547 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1545 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1569 1570 1571 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1569 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1561 1562 1563 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1561 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |