Class: AvalaraSdk::A1099::V2::SendW9FormEmailRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::SendW9FormEmailRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the SendW9FormEmail 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 ⇒ SendW9FormEmailRequestSdk
constructor
A new instance of SendW9FormEmailRequestSdk.
- #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 ⇒ SendW9FormEmailRequestSdk
Returns a new instance of SendW9FormEmailRequestSdk.
1131 1132 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1131 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1125 1126 1127 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1125 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1123 1124 1125 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1123 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1129 1130 1131 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1129 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1127 1128 1129 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1127 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1142 1143 1144 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1142 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1134 1135 1136 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1134 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1158 1159 1160 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1158 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1150 1151 1152 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1150 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1146 1147 1148 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1146 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1138 1139 1140 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1138 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1162 1163 1164 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1162 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1154 1155 1156 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1154 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |