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.
-
#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_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_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
1048 1049 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1048 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1032 1033 1034 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1032 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
1042 1043 1044 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1042 def count @count end |
#filter ⇒ Object
Returns the value of attribute filter.
1034 1035 1036 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1034 def filter @filter end |
#order_by ⇒ Object
Returns the value of attribute order_by.
1040 1041 1042 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1040 def order_by @order_by end |
#skip ⇒ Object
Returns the value of attribute skip.
1038 1039 1040 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1038 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
1036 1037 1038 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1036 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1046 1047 1048 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1046 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1044 1045 1046 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1044 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1051 1052 1053 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1051 def get_avalara_version() return @avalara_version || '2.0' end |
#get_count ⇒ Object
1091 1092 1093 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1091 def get_count() return @count end |
#get_filter ⇒ Object
1059 1060 1061 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1059 def get_filter() return @filter end |
#get_order_by ⇒ Object
1083 1084 1085 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1083 def get_order_by() return @order_by end |
#get_skip ⇒ Object
1075 1076 1077 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1075 def get_skip() return @skip end |
#get_top ⇒ Object
1067 1068 1069 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1067 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
1107 1108 1109 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1107 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1099 1100 1101 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1099 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1055 1056 1057 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1055 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
1095 1096 1097 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1095 def set_count(count) @count = count end |
#set_filter(filter) ⇒ Object
1063 1064 1065 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1063 def set_filter(filter) @filter = filter end |
#set_order_by(order_by) ⇒ Object
1087 1088 1089 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1087 def set_order_by(order_by) @order_by = order_by end |
#set_skip(skip) ⇒ Object
1079 1080 1081 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1079 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
1071 1072 1073 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1071 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1111 1112 1113 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1111 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1103 1104 1105 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1103 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |