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
1247 1248 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1247 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1239 1240 1241 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1239 def avalara_version @avalara_version end |
#file ⇒ Object
Returns the value of attribute file.
1245 1246 1247 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1245 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
1237 1238 1239 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1237 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1243 1244 1245 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1243 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1241 1242 1243 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1241 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1258 1259 1260 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1258 def get_avalara_version() return @avalara_version || '2.0' end |
#get_file ⇒ Object
1282 1283 1284 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1282 def get_file() return @file end |
#get_id ⇒ Object
1250 1251 1252 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1250 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1274 1275 1276 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1274 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1266 1267 1268 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1266 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1262 1263 1264 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1262 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_file(file) ⇒ Object
1286 1287 1288 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1286 def set_file(file) @file = file end |
#set_id(id) ⇒ Object
1254 1255 1256 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1254 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1278 1279 1280 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1278 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1270 1271 1272 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1270 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |