Class: AvalaraSdk::A1099::V2::GetW9FormPdfRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetW9FormPdfRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the GetW9FormPdf 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 ⇒ GetW9FormPdfRequestSdk
constructor
A new instance of GetW9FormPdfRequestSdk.
- #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 ⇒ GetW9FormPdfRequestSdk
Returns a new instance of GetW9FormPdfRequestSdk.
1265 1266 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1265 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1259 1260 1261 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1259 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1257 1258 1259 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1257 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1263 1264 1265 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1263 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1261 1262 1263 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1261 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1276 1277 1278 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1276 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1268 1269 1270 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1268 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1292 1293 1294 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1292 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1284 1285 1286 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1284 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1280 1281 1282 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1280 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1272 1273 1274 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1272 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1296 1297 1298 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1296 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1288 1289 1290 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1288 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |