Class: AvalaraSdk::A1099::V2::UpdateW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::UpdateW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the UpdateW9Form API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#iw9_form_data_models_one_of ⇒ Object
Returns the value of attribute iw9_form_data_models_one_of.
-
#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_id ⇒ Object
- #get_iw9_form_data_models_one_of ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ UpdateW9FormRequestSdk
constructor
A new instance of UpdateW9FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_id(id) ⇒ Object
- #set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UpdateW9FormRequestSdk
Returns a new instance of UpdateW9FormRequestSdk.
1179 1180 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1179 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1171 1172 1173 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1171 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1169 1170 1171 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1169 def id @id end |
#iw9_form_data_models_one_of ⇒ Object
Returns the value of attribute iw9_form_data_models_one_of.
1177 1178 1179 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1177 def iw9_form_data_models_one_of @iw9_form_data_models_one_of end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1175 1176 1177 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1175 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1173 1174 1175 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1173 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1190 1191 1192 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1190 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1182 1183 1184 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1182 def get_id() return @id end |
#get_iw9_form_data_models_one_of ⇒ Object
1214 1215 1216 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1214 def get_iw9_form_data_models_one_of() return @iw9_form_data_models_one_of end |
#get_x_avalara_client ⇒ Object
1206 1207 1208 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1206 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1198 1199 1200 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1198 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1194 1195 1196 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1194 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1186 1187 1188 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1186 def set_id(id) @id = id end |
#set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object
1218 1219 1220 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1218 def set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) @iw9_form_data_models_one_of = iw9_form_data_models_one_of end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1210 1211 1212 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1210 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1202 1203 1204 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1202 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |