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.



1194
1195
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1194

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



1176
1177
1178
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1176

def avalara_version
  @avalara_version
end

#countObject

Returns the value of attribute count.



1186
1187
1188
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1186

def count
  @count
end

#count_onlyObject

Returns the value of attribute count_only.



1188
1189
1190
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1188

def count_only
  @count_only
end

#filterObject

Returns the value of attribute filter.



1178
1179
1180
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1178

def filter
  @filter
end

#order_byObject

Returns the value of attribute order_by.



1184
1185
1186
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1184

def order_by
  @order_by
end

#skipObject

Returns the value of attribute skip.



1182
1183
1184
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1182

def skip
  @skip
end

#topObject

Returns the value of attribute top.



1180
1181
1182
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1180

def top
  @top
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



1192
1193
1194
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1192

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



1190
1191
1192
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1190

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



1197
1198
1199
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1197

def get_avalara_version()
    return @avalara_version || '2.0'
end

#get_countObject



1237
1238
1239
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1237

def get_count()
    return @count
end

#get_count_onlyObject



1245
1246
1247
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1245

def get_count_only()
    return @count_only
end

#get_filterObject



1205
1206
1207
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1205

def get_filter()
    return @filter
end

#get_order_byObject



1229
1230
1231
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1229

def get_order_by()
    return @order_by
end

#get_skipObject



1221
1222
1223
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1221

def get_skip()
    return @skip
end

#get_topObject



1213
1214
1215
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1213

def get_top()
    return @top
end

#get_x_avalara_clientObject



1261
1262
1263
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1261

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



1253
1254
1255
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1253

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



1201
1202
1203
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1201

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_count(count) ⇒ Object



1241
1242
1243
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1241

def set_count(count)
    @count = count
end

#set_count_only(count_only) ⇒ Object



1249
1250
1251
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1249

def set_count_only(count_only)
    @count_only = count_only
end

#set_filter(filter) ⇒ Object



1209
1210
1211
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1209

def set_filter(filter)
    @filter = filter
end

#set_order_by(order_by) ⇒ Object



1233
1234
1235
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1233

def set_order_by(order_by)
    @order_by = order_by
end

#set_skip(skip) ⇒ Object



1225
1226
1227
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1225

def set_skip(skip)
    @skip = skip
end

#set_top(top) ⇒ Object



1217
1218
1219
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1217

def set_top(top)
    @top = top
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



1265
1266
1267
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1265

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



1257
1258
1259
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1257

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end