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.
1112 1113 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1112 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1104 1105 1106 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1104 def avalara_version @avalara_version end |
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_request.
1110 1111 1112 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1110 def create_w9_form_request @create_w9_form_request end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1108 1109 1110 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1108 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1106 1107 1108 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1106 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1115 1116 1117 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1115 def get_avalara_version() return @avalara_version || '2.0' end |
#get_create_w9_form_request ⇒ Object
1139 1140 1141 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1139 def get_create_w9_form_request() return @create_w9_form_request end |
#get_x_avalara_client ⇒ Object
1131 1132 1133 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1131 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1123 1124 1125 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1123 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1119 1120 1121 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1119 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_create_w9_form_request(create_w9_form_request) ⇒ Object
1143 1144 1145 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1143 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
1135 1136 1137 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1135 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1127 1128 1129 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1127 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |