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.
1125 1126 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1125 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1119 1120 1121 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1119 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1117 1118 1119 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1117 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1123 1124 1125 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1123 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1121 1122 1123 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1121 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1136 1137 1138 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1136 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1128 1129 1130 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1128 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1152 1153 1154 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1152 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1144 1145 1146 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1144 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1140 1141 1142 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1140 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1132 1133 1134 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1132 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1156 1157 1158 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1156 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1148 1149 1150 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1148 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |