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.



1339
1340
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1339

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



1331
1332
1333
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1331

def avalara_version
  @avalara_version
end

#idObject

Returns the value of attribute id.



1329
1330
1331
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1329

def id
  @id
end

#iw9_form_data_models_one_ofObject

Returns the value of attribute iw9_form_data_models_one_of.



1337
1338
1339
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1337

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.



1335
1336
1337
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1335

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



1333
1334
1335
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1333

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



1350
1351
1352
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1350

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

#get_idObject



1342
1343
1344
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1342

def get_id()
    return @id
end

#get_iw9_form_data_models_one_ofObject



1374
1375
1376
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1374

def get_iw9_form_data_models_one_of()
    return @iw9_form_data_models_one_of
end

#get_x_avalara_clientObject



1366
1367
1368
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1366

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



1358
1359
1360
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1358

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



1354
1355
1356
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1354

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_id(id) ⇒ Object



1346
1347
1348
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1346

def set_id(id)
    @id = id
end

#set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object



1378
1379
1380
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1378

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



1370
1371
1372
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1370

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



1362
1363
1364
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1362

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end