Class: AvalaraSdk::A1099::V2::GetW9FormRequestRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetW9FormRequestRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the GetW9FormRequest API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#form_request_id ⇒ Object
Returns the value of attribute form_request_id.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_form_request_id ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ GetW9FormRequestRequestSdk
constructor
A new instance of GetW9FormRequestRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_form_request_id(form_request_id) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ GetW9FormRequestRequestSdk
Returns a new instance of GetW9FormRequestRequestSdk.
1072 1073 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1072 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1068 1069 1070 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1068 def avalara_version @avalara_version end |
#form_request_id ⇒ Object
Returns the value of attribute form_request_id.
1066 1067 1068 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1066 def form_request_id @form_request_id end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1070 1071 1072 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1070 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1083 1084 1085 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1083 def get_avalara_version() return @avalara_version || '2.0' end |
#get_form_request_id ⇒ Object
1075 1076 1077 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1075 def get_form_request_id() return @form_request_id end |
#get_x_correlation_id ⇒ Object
1091 1092 1093 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1091 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1087 1088 1089 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1087 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_form_request_id(form_request_id) ⇒ Object
1079 1080 1081 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1079 def set_form_request_id(form_request_id) @form_request_id = form_request_id end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1095 1096 1097 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1095 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |