Class: AvalaraSdk::A1099::V2::CreateW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::CreateW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the CreateW9Form 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.
-
#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_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ CreateW9FormRequestSdk
constructor
A new instance of CreateW9FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_create_w9_form_request(create_w9_form_request) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ CreateW9FormRequestSdk
Returns a new instance of CreateW9FormRequestSdk.
1026 1027 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1026 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1018 1019 1020 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1018 def avalara_version @avalara_version end |
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_request.
1024 1025 1026 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1024 def create_w9_form_request @create_w9_form_request end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1022 1023 1024 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1022 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1020 1021 1022 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1020 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1029 1030 1031 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1029 def get_avalara_version() return @avalara_version || '2.0' end |
#get_create_w9_form_request ⇒ Object
1053 1054 1055 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1053 def get_create_w9_form_request() return @create_w9_form_request end |
#get_x_avalara_client ⇒ Object
1045 1046 1047 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1045 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1037 1038 1039 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1037 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1033 1034 1035 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1033 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_create_w9_form_request(create_w9_form_request) ⇒ Object
1057 1058 1059 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1057 def set_create_w9_form_request(create_w9_form_request) @create_w9_form_request = create_w9_form_request end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1049 1050 1051 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1049 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1041 1042 1043 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1041 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |