Class: AvalaraSdk::A1099::V2::CreateW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::CreateW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the CreateW9Form API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#iw9_form_data_models_one_of ⇒ Object
Returns the value of attribute iw9_form_data_models_one_of.
-
#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_iw9_form_data_models_one_of ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ CreateW9FormRequestSdk
constructor
A new instance of CreateW9FormRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ CreateW9FormRequestSdk
Returns a new instance of CreateW9FormRequestSdk.
877 878 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 877 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
869 870 871 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 869 def avalara_version @avalara_version end |
#iw9_form_data_models_one_of ⇒ Object
Returns the value of attribute iw9_form_data_models_one_of.
875 876 877 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 875 def iw9_form_data_models_one_of @iw9_form_data_models_one_of end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
873 874 875 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 873 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
871 872 873 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 871 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
880 881 882 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 880 def get_avalara_version() return @avalara_version || '2.0' end |
#get_iw9_form_data_models_one_of ⇒ Object
904 905 906 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 904 def get_iw9_form_data_models_one_of() return @iw9_form_data_models_one_of end |
#get_x_avalara_client ⇒ Object
896 897 898 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 896 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
888 889 890 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 888 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
884 885 886 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 884 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) ⇒ Object
908 909 910 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 908 def set_iw9_form_data_models_one_of(iw9_form_data_models_one_of) @iw9_form_data_models_one_of = iw9_form_data_models_one_of end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
900 901 902 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 900 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
892 893 894 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 892 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |