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.
-
#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_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_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.
1153 1154 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1153 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1139 1140 1141 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1139 def avalara_version @avalara_version end |
#filter ⇒ Object
Returns the value of attribute filter.
1141 1142 1143 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1141 def filter @filter end |
#order_by ⇒ Object
Returns the value of attribute order_by.
1147 1148 1149 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1147 def order_by @order_by end |
#skip ⇒ Object
Returns the value of attribute skip.
1145 1146 1147 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1145 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
1143 1144 1145 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1143 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1151 1152 1153 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1151 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1149 1150 1151 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1149 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1156 1157 1158 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1156 def get_avalara_version() return @avalara_version || '2.0' end |
#get_filter ⇒ Object
1164 1165 1166 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1164 def get_filter() return @filter end |
#get_order_by ⇒ Object
1188 1189 1190 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1188 def get_order_by() return @order_by end |
#get_skip ⇒ Object
1180 1181 1182 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1180 def get_skip() return @skip end |
#get_top ⇒ Object
1172 1173 1174 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1172 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
1204 1205 1206 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1204 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1196 1197 1198 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1196 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1160 1161 1162 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1160 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_filter(filter) ⇒ Object
1168 1169 1170 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1168 def set_filter(filter) @filter = filter end |
#set_order_by(order_by) ⇒ Object
1192 1193 1194 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1192 def set_order_by(order_by) @order_by = order_by end |
#set_skip(skip) ⇒ Object
1184 1185 1186 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1184 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
1176 1177 1178 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1176 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1208 1209 1210 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1208 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1200 1201 1202 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1200 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |