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.
1128 1129 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1128 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1122 1123 1124 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1122 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1120 1121 1122 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1120 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1126 1127 1128 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1126 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1124 1125 1126 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1124 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1139 1140 1141 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1139 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1131 1132 1133 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1131 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1155 1156 1157 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1155 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1147 1148 1149 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1147 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1143 1144 1145 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1143 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1135 1136 1137 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1135 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1159 1160 1161 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1159 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1151 1152 1153 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1151 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |