Class: AvalaraSdk::A1099::V2::DeleteW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::DeleteW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the DeleteW9Form 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 ⇒ DeleteW9FormRequestSdk
constructor
A new instance of DeleteW9FormRequestSdk.
- #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 ⇒ DeleteW9FormRequestSdk
Returns a new instance of DeleteW9FormRequestSdk.
1163 1164 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1163 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1157 1158 1159 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1157 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1155 1156 1157 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1155 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1161 1162 1163 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1161 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1159 1160 1161 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1159 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1174 1175 1176 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1174 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1166 1167 1168 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1166 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1190 1191 1192 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1190 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1182 1183 1184 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1182 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1178 1179 1180 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1178 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1170 1171 1172 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1170 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1194 1195 1196 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1194 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1186 1187 1188 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1186 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |