Class: AvalaraSdk::A1099::V2::Delete1099FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::Delete1099FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms1099_api.rb
Overview
Represents the Request object for the Delete1099Form 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 ⇒ Delete1099FormRequestSdk
constructor
A new instance of Delete1099FormRequestSdk.
- #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 ⇒ Delete1099FormRequestSdk
Returns a new instance of Delete1099FormRequestSdk.
1002 1003 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1002 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
996 997 998 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 996 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
994 995 996 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 994 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1000 1001 1002 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1000 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
998 999 1000 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 998 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1013 1014 1015 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1013 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1005 1006 1007 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1005 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1029 1030 1031 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1029 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1021 1022 1023 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1021 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1017 1018 1019 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1017 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1009 1010 1011 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1009 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1033 1034 1035 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1033 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1025 1026 1027 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1025 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |