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.
929 930 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 929 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
921 922 923 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 921 def avalara_version @avalara_version end |
#i_create_form1099_request ⇒ Object
Returns the value of attribute i_create_form1099_request.
927 928 929 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 927 def i_create_form1099_request @i_create_form1099_request end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
925 926 927 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 925 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
923 924 925 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 923 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
932 933 934 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 932 def get_avalara_version() return @avalara_version || '2.0' end |
#get_i_create_form1099_request ⇒ Object
956 957 958 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 956 def get_i_create_form1099_request() return @i_create_form1099_request end |
#get_x_avalara_client ⇒ Object
948 949 950 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 948 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
940 941 942 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 940 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
936 937 938 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 936 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_i_create_form1099_request(i_create_form1099_request) ⇒ Object
960 961 962 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 960 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
952 953 954 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 952 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
944 945 946 |
# File 'lib/avalara_sdk/api/A1099/V2/forms1099_api.rb', line 944 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |