Class: AvalaraSdk::A1099::V2::List1099FormsRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::List1099FormsRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms1099_api.rb
Overview
Represents the Request object for the List1099Forms 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 ⇒ List1099FormsRequestSdk
constructor
A new instance of List1099FormsRequestSdk.
- #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 ⇒ List1099FormsRequestSdk
Returns a new instance of List1099FormsRequestSdk.
1181 1182 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1181 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1163 1164 1165 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1163 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
1173 1174 1175 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1173 def count @count end |
#count_only ⇒ Object
Returns the value of attribute count_only.
1175 1176 1177 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1175 def count_only @count_only end |
#filter ⇒ Object
Returns the value of attribute filter.
1165 1166 1167 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1165 def filter @filter end |
#order_by ⇒ Object
Returns the value of attribute order_by.
1171 1172 1173 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1171 def order_by @order_by end |
#skip ⇒ Object
Returns the value of attribute skip.
1169 1170 1171 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1169 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
1167 1168 1169 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1167 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1179 1180 1181 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1179 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1177 1178 1179 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1177 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1184 1185 1186 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1184 def get_avalara_version() return @avalara_version || '2.0' end |
#get_count ⇒ Object
1224 1225 1226 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1224 def get_count() return @count end |
#get_count_only ⇒ Object
1232 1233 1234 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1232 def get_count_only() return @count_only end |
#get_filter ⇒ Object
1192 1193 1194 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1192 def get_filter() return @filter end |
#get_order_by ⇒ Object
1216 1217 1218 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1216 def get_order_by() return @order_by end |
#get_skip ⇒ Object
1208 1209 1210 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1208 def get_skip() return @skip end |
#get_top ⇒ Object
1200 1201 1202 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1200 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
1248 1249 1250 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1248 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1240 1241 1242 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1240 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1188 1189 1190 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1188 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
1228 1229 1230 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1228 def set_count(count) @count = count end |
#set_count_only(count_only) ⇒ Object
1236 1237 1238 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1236 def set_count_only(count_only) @count_only = count_only end |
#set_filter(filter) ⇒ Object
1196 1197 1198 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1196 def set_filter(filter) @filter = filter end |
#set_order_by(order_by) ⇒ Object
1220 1221 1222 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1220 def set_order_by(order_by) @order_by = order_by end |
#set_skip(skip) ⇒ Object
1212 1213 1214 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1212 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
1204 1205 1206 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1204 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1252 1253 1254 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1252 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1244 1245 1246 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1244 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |