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.



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

def initialize()
end

Instance Attribute Details

#avalara_versionObject

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

#idObject

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_ofObject

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_clientObject

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_idObject

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_versionObject



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_idObject



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_ofObject



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_clientObject



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_idObject



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