Class: AvalaraSdk::A1099::V2::DeleteW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::DeleteW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the DeleteW9Form 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 ⇒ DeleteW9FormRequestSdk
constructor
A new instance of DeleteW9FormRequestSdk.
- #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 ⇒ DeleteW9FormRequestSdk
Returns a new instance of DeleteW9FormRequestSdk.
1077 1078 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1077 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1071 1072 1073 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1071 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1069 1070 1071 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1069 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1075 1076 1077 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1075 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1073 1074 1075 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1073 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1088 1089 1090 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1088 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1080 1081 1082 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1080 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1104 1105 1106 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1104 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1096 1097 1098 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1096 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1092 1093 1094 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1092 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1084 1085 1086 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1084 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1108 1109 1110 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1108 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1100 1101 1102 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1100 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |