Class: AvalaraSdk::A1099::V2::ListW9FormsRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::ListW9FormsRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the ListW9Forms API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#count ⇒ Object
Returns the value of attribute count.
-
#count_only ⇒ Object
Returns the value of attribute count_only.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#order_by ⇒ Object
Returns the value of attribute order_by.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#top ⇒ Object
Returns the value of attribute top.
-
#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_count ⇒ Object
- #get_count_only ⇒ Object
- #get_filter ⇒ Object
- #get_order_by ⇒ Object
- #get_skip ⇒ Object
- #get_top ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ ListW9FormsRequestSdk
constructor
A new instance of ListW9FormsRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_count(count) ⇒ Object
- #set_count_only(count_only) ⇒ Object
- #set_filter(filter) ⇒ Object
- #set_order_by(order_by) ⇒ Object
- #set_skip(skip) ⇒ Object
- #set_top(top) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ ListW9FormsRequestSdk
Returns a new instance of ListW9FormsRequestSdk.
1331 1332 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1331 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1313 1314 1315 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1313 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
1323 1324 1325 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1323 def count @count end |
#count_only ⇒ Object
Returns the value of attribute count_only.
1325 1326 1327 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1325 def count_only @count_only end |
#filter ⇒ Object
Returns the value of attribute filter.
1315 1316 1317 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1315 def filter @filter end |
#order_by ⇒ Object
Returns the value of attribute order_by.
1321 1322 1323 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1321 def order_by @order_by end |
#skip ⇒ Object
Returns the value of attribute skip.
1319 1320 1321 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1319 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
1317 1318 1319 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1317 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1329 1330 1331 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1329 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1327 1328 1329 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1327 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1334 1335 1336 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1334 def get_avalara_version() return @avalara_version || '2.0' end |
#get_count ⇒ Object
1374 1375 1376 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1374 def get_count() return @count end |
#get_count_only ⇒ Object
1382 1383 1384 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1382 def get_count_only() return @count_only end |
#get_filter ⇒ Object
1342 1343 1344 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1342 def get_filter() return @filter end |
#get_order_by ⇒ Object
1366 1367 1368 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1366 def get_order_by() return @order_by end |
#get_skip ⇒ Object
1358 1359 1360 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1358 def get_skip() return @skip end |
#get_top ⇒ Object
1350 1351 1352 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1350 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
1398 1399 1400 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1398 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1390 1391 1392 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1390 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1338 1339 1340 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1338 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
1378 1379 1380 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1378 def set_count(count) @count = count end |
#set_count_only(count_only) ⇒ Object
1386 1387 1388 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1386 def set_count_only(count_only) @count_only = count_only end |
#set_filter(filter) ⇒ Object
1346 1347 1348 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1346 def set_filter(filter) @filter = filter end |
#set_order_by(order_by) ⇒ Object
1370 1371 1372 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1370 def set_order_by(order_by) @order_by = order_by end |
#set_skip(skip) ⇒ Object
1362 1363 1364 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1362 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
1354 1355 1356 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1354 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1402 1403 1404 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1402 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1394 1395 1396 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1394 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |