Class: AvalaraSdk::A1099::V2::Create1099FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::Create1099FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms1099_api.rb
Overview
Represents the Request object for the Create1099Form API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#i_create_form1099_request ⇒ Object
Returns the value of attribute i_create_form1099_request.
-
#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_i_create_form1099_request ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ Create1099FormRequestSdk
constructor
A new instance of Create1099FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_i_create_form1099_request(i_create_form1099_request) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ Create1099FormRequestSdk
Returns a new instance of Create1099FormRequestSdk.
941 942 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 941 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
933 934 935 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 933 def avalara_version @avalara_version end |
#i_create_form1099_request ⇒ Object
Returns the value of attribute i_create_form1099_request.
939 940 941 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 939 def i_create_form1099_request @i_create_form1099_request end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
937 938 939 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 937 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
935 936 937 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 935 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
944 945 946 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 944 def get_avalara_version() return @avalara_version || '2.0' end |
#get_i_create_form1099_request ⇒ Object
968 969 970 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 968 def get_i_create_form1099_request() return @i_create_form1099_request end |
#get_x_avalara_client ⇒ Object
960 961 962 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 960 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
952 953 954 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 952 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
948 949 950 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 948 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_i_create_form1099_request(i_create_form1099_request) ⇒ Object
972 973 974 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 972 def set_i_create_form1099_request(i_create_form1099_request) @i_create_form1099_request = i_create_form1099_request end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
964 965 966 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 964 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
956 957 958 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 956 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |