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.
1194 1195 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1194 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
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 |
#count ⇒ Object
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_only ⇒ Object
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 |
#filter ⇒ Object
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_by ⇒ Object
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 |
#skip ⇒ Object
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 |
#top ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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_version ⇒ Object
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_count ⇒ Object
1237 1238 1239 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1237 def get_count() return @count end |
#get_count_only ⇒ Object
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_filter ⇒ Object
1205 1206 1207 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1205 def get_filter() return @filter end |
#get_order_by ⇒ Object
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_skip ⇒ Object
1221 1222 1223 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1221 def get_skip() return @skip end |
#get_top ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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 |