Class: AvalaraSdk::A1099::V2::UpdateW9FormRequestSdk

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeUpdateW9FormRequestSdk

Returns a new instance of UpdateW9FormRequestSdk.



1185
1186
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1185

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



1177
1178
1179
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1177

def avalara_version
  @avalara_version
end

#idObject

Returns the value of attribute id.



1175
1176
1177
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1175

def id
  @id
end

#iw9_form_data_models_one_ofObject

Returns the value of attribute iw9_form_data_models_one_of.



1183
1184
1185
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1183

def iw9_form_data_models_one_of
  @iw9_form_data_models_one_of
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



1181
1182
1183
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1181

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



1179
1180
1181
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1179

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



1196
1197
1198
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1196

def get_avalara_version()
    return @avalara_version || '2.0'
end

#get_idObject



1188
1189
1190
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1188

def get_id()
    return @id
end

#get_iw9_form_data_models_one_ofObject



1220
1221
1222
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1220

def get_iw9_form_data_models_one_of()
    return @iw9_form_data_models_one_of
end

#get_x_avalara_clientObject



1212
1213
1214
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1212

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



1204
1205
1206
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1204

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



1200
1201
1202
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1200

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_id(id) ⇒ Object



1192
1193
1194
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1192

def set_id(id)
    @id = id
end

#set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object



1224
1225
1226
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1224

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



1216
1217
1218
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1216

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



1208
1209
1210
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1208

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end