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
934 935 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 934 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
928 929 930 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 928 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
926 927 928 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 926 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
932 933 934 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 932 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
930 931 932 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 930 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
945 946 947 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 945 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
937 938 939 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 937 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
961 962 963 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 961 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
953 954 955 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 953 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
949 950 951 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 949 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
941 942 943 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 941 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
965 966 967 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 965 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
957 958 959 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 957 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |