Class: AvalaraSdk::A1099::V2::SendW9FormEmailRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::SendW9FormEmailRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the SendW9FormEmail API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ SendW9FormEmailRequestSdk
constructor
A new instance of SendW9FormEmailRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ SendW9FormEmailRequestSdk
Returns a new instance of SendW9FormEmailRequestSdk.
1285 1286 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1285 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1279 1280 1281 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1279 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1277 1278 1279 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1277 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1283 1284 1285 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1283 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1281 1282 1283 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1281 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1296 1297 1298 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1296 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1288 1289 1290 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1288 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1312 1313 1314 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1312 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1304 1305 1306 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1304 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1300 1301 1302 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1300 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1292 1293 1294 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1292 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1316 1317 1318 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1316 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1308 1309 1310 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1308 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |