Class: AvalaraSdk::A1099::V2::GetW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the GetW9Form 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 ⇒ GetW9FormRequestSdk
constructor
A new instance of GetW9FormRequestSdk.
- #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 ⇒ GetW9FormRequestSdk
Returns a new instance of GetW9FormRequestSdk.
1214 1215 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1214 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1208 1209 1210 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1208 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1206 1207 1208 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1206 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1212 1213 1214 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1212 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1210 1211 1212 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1210 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1225 1226 1227 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1225 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1217 1218 1219 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1217 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1241 1242 1243 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1241 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1233 1234 1235 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1233 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1229 1230 1231 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1229 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1221 1222 1223 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1221 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1245 1246 1247 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1245 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1237 1238 1239 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1237 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |