Class: AvalaraSdk::A1099::V2::UpdateW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::UpdateW9FormRequestSdk
- 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
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_request.
-
#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_create_w9_form_request ⇒ Object
- #get_id ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ UpdateW9FormRequestSdk
constructor
A new instance of UpdateW9FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_create_w9_form_request(create_w9_form_request) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UpdateW9FormRequestSdk
Returns a new instance of UpdateW9FormRequestSdk.
1476 1477 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1476 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1468 1469 1470 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1468 def avalara_version @avalara_version end |
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_request.
1474 1475 1476 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1474 def create_w9_form_request @create_w9_form_request end |
#id ⇒ Object
Returns the value of attribute id.
1466 1467 1468 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1466 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1472 1473 1474 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1472 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1470 1471 1472 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1470 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1487 1488 1489 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1487 def get_avalara_version() return @avalara_version || '2.0' end |
#get_create_w9_form_request ⇒ Object
1511 1512 1513 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1511 def get_create_w9_form_request() return @create_w9_form_request end |
#get_id ⇒ Object
1479 1480 1481 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1479 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1503 1504 1505 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1503 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1495 1496 1497 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1495 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1491 1492 1493 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1491 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_create_w9_form_request(create_w9_form_request) ⇒ Object
1515 1516 1517 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1515 def set_create_w9_form_request(create_w9_form_request) @create_w9_form_request = create_w9_form_request end |
#set_id(id) ⇒ Object
1483 1484 1485 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1483 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1507 1508 1509 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1507 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1499 1500 1501 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1499 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |