Class: AvalaraSdk::A1099::V2::Update1099FormRequestSdk

Inherits:
Object
  • Object
show all
Defined in:
lib/avalara_sdk/api/A1099/V2/forms1099_api.rb

Overview

Represents the Request object for the Update1099Form API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUpdate1099FormRequestSdk

Returns a new instance of Update1099FormRequestSdk.



1275
1276
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1275

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



1267
1268
1269
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1267

def avalara_version
  @avalara_version
end

#get1099_form200_responseObject

Returns the value of attribute get1099_form200_response.



1273
1274
1275
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1273

def get1099_form200_response
  @get1099_form200_response
end

#idObject

Returns the value of attribute id.



1265
1266
1267
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1265

def id
  @id
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



1271
1272
1273
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1271

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



1269
1270
1271
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1269

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



1286
1287
1288
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1286

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

#get_get1099_form200_responseObject



1310
1311
1312
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1310

def get_get1099_form200_response()
    return @get1099_form200_response
end

#get_idObject



1278
1279
1280
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1278

def get_id()
    return @id
end

#get_x_avalara_clientObject



1302
1303
1304
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1302

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



1294
1295
1296
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1294

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



1290
1291
1292
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1290

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_get1099_form200_response(get1099_form200_response) ⇒ Object



1314
1315
1316
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1314

def set_get1099_form200_response(get1099_form200_response)
    @get1099_form200_response = get1099_form200_response
end

#set_id(id) ⇒ Object



1282
1283
1284
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1282

def set_id(id)
    @id = id
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



1306
1307
1308
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1306

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



1298
1299
1300
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1298

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end