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.
980 981 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 980 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
974 975 976 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 974 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
972 973 974 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 972 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
978 979 980 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 978 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
976 977 978 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 976 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
991 992 993 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 991 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
983 984 985 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 983 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1007 1008 1009 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1007 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
999 1000 1001 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 999 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
995 996 997 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 995 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
987 988 989 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 987 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1011 1012 1013 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1011 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1003 1004 1005 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1003 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |