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
Returns a new instance of ListW9FormsRequestSdk.
1042 1043 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1042 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1026 1027 1028 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1026 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
1036 1037 1038 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1036 def count @count end |
#filter ⇒ Object
Returns the value of attribute filter.
1028 1029 1030 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1028 def filter @filter end |
#order_by ⇒ Object
Returns the value of attribute order_by.
1034 1035 1036 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1034 def order_by @order_by end |
#skip ⇒ Object
Returns the value of attribute skip.
1032 1033 1034 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1032 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
1030 1031 1032 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1030 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1040 1041 1042 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1040 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1038 1039 1040 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1038 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1045 1046 1047 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1045 def get_avalara_version() return @avalara_version || '2.0' end |
#get_count ⇒ Object
1085 1086 1087 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1085 def get_count() return @count end |
#get_filter ⇒ Object
1053 1054 1055 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1053 def get_filter() return @filter end |
#get_order_by ⇒ Object
1077 1078 1079 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1077 def get_order_by() return @order_by end |
#get_skip ⇒ Object
1069 1070 1071 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1069 def get_skip() return @skip end |
#get_top ⇒ Object
1061 1062 1063 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1061 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
1101 1102 1103 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1101 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1093 1094 1095 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1093 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1049 1050 1051 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1049 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
1089 1090 1091 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1089 def set_count(count) @count = count end |
#set_filter(filter) ⇒ Object
1057 1058 1059 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1057 def set_filter(filter) @filter = filter end |
#set_order_by(order_by) ⇒ Object
1081 1082 1083 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1081 def set_order_by(order_by) @order_by = order_by end |
#set_skip(skip) ⇒ Object
1073 1074 1075 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1073 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
1065 1066 1067 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1065 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1105 1106 1107 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1105 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1097 1098 1099 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1097 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |