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.
-
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_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_create_w9_form_request ⇒ 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_create_w9_form_request(create_w9_form_request) ⇒ 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.
883 884 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 883 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
875 876 877 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 875 def avalara_version @avalara_version end |
#create_w9_form_request ⇒ Object
Returns the value of attribute create_w9_form_request.
881 882 883 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 881 def create_w9_form_request @create_w9_form_request end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
879 880 881 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 879 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
877 878 879 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 877 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
886 887 888 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 886 def get_avalara_version() return @avalara_version || '2.0' end |
#get_create_w9_form_request ⇒ Object
910 911 912 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 910 def get_create_w9_form_request() return @create_w9_form_request end |
#get_x_avalara_client ⇒ Object
902 903 904 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 902 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
894 895 896 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 894 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
890 891 892 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 890 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_create_w9_form_request(create_w9_form_request) ⇒ Object
914 915 916 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 914 def set_create_w9_form_request(create_w9_form_request) @create_w9_form_request = create_w9_form_request end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
906 907 908 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 906 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
898 899 900 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 898 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |