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.
1422 1423 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1422 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1416 1417 1418 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1416 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1414 1415 1416 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1414 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1420 1421 1422 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1420 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1418 1419 1420 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1418 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1433 1434 1435 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1433 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1425 1426 1427 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1425 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1449 1450 1451 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1449 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1441 1442 1443 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1441 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1437 1438 1439 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1437 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1429 1430 1431 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1429 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1453 1454 1455 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1453 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1445 1446 1447 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1445 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |