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.
928 929 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 928 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
922 923 924 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 922 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
920 921 922 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 920 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
926 927 928 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 926 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
924 925 926 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 924 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
939 940 941 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 939 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
931 932 933 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 931 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
955 956 957 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 955 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
947 948 949 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 947 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
943 944 945 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 943 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
935 936 937 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 935 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
959 960 961 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 959 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
951 952 953 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 951 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |