Class: AvalaraSdk::A1099::V2::Get1099FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::Get1099FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms1099_api.rb
Overview
Represents the Request object for the Get1099Form 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 ⇒ Get1099FormRequestSdk
constructor
A new instance of Get1099FormRequestSdk.
- #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 ⇒ Get1099FormRequestSdk
Returns a new instance of Get1099FormRequestSdk.
1043 1044 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1043 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
1037 1038 1039 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1037 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
1035 1036 1037 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1035 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
1041 1042 1043 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1041 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
1039 1040 1041 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1039 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
1054 1055 1056 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1054 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
1046 1047 1048 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1046 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1070 1071 1072 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1070 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1062 1063 1064 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1062 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1058 1059 1060 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1058 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
1050 1051 1052 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1050 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1074 1075 1076 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1074 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1066 1067 1068 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 1066 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |