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.
1241 1242 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1241 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1233 1234 1235 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1233 def avalara_version @avalara_version end |
#file ⇒ Object
Returns the value of attribute file.
1239 1240 1241 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1239 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
1231 1232 1233 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1231 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1237 1238 1239 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1237 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1235 1236 1237 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1235 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1252 1253 1254 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1252 def get_avalara_version() return @avalara_version || '2.0' end |
#get_file ⇒ Object
1276 1277 1278 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1276 def get_file() return @file end |
#get_id ⇒ Object
1244 1245 1246 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1244 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1268 1269 1270 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1268 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1260 1261 1262 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1260 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1256 1257 1258 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1256 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_file(file) ⇒ Object
1280 1281 1282 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1280 def set_file(file) @file = file end |
#set_id(id) ⇒ Object
1248 1249 1250 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1248 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1272 1273 1274 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1272 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1264 1265 1266 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1264 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |