Class: AvalaraSdk::A1099::V2::ListW9FormsRequestSdk

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeListW9FormsRequestSdk

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_versionObject

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

#countObject

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_onlyObject

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

#filterObject

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_byObject

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

#skipObject

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

#topObject

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_clientObject

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_idObject

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_versionObject



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_countObject



1374
1375
1376
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1374

def get_count()
    return @count
end

#get_count_onlyObject



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_filterObject



1342
1343
1344
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1342

def get_filter()
    return @filter
end

#get_order_byObject



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_skipObject



1358
1359
1360
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1358

def get_skip()
    return @skip
end

#get_topObject



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_clientObject



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_idObject



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