Class: AvalaraSdk::A1099::V2::UpdateCompanyRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::UpdateCompanyRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb
Overview
Represents the Request object for the UpdateCompany API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#company_create_update_request_model ⇒ Object
Returns the value of attribute company_create_update_request_model.
-
#id ⇒ Object
Returns the value of attribute id.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_company_create_update_request_model ⇒ Object
- #get_id ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ UpdateCompanyRequestSdk
constructor
A new instance of UpdateCompanyRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_company_create_update_request_model(company_create_update_request_model) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UpdateCompanyRequestSdk
Returns a new instance of UpdateCompanyRequestSdk.
916 917 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 916 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
910 911 912 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 910 def avalara_version @avalara_version end |
#company_create_update_request_model ⇒ Object
Returns the value of attribute company_create_update_request_model.
914 915 916 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 914 def company_create_update_request_model @company_create_update_request_model end |
#id ⇒ Object
Returns the value of attribute id.
908 909 910 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 908 def id @id end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
912 913 914 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 912 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
927 928 929 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 927 def get_avalara_version() return @avalara_version || '2.0' end |
#get_company_create_update_request_model ⇒ Object
943 944 945 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 943 def get_company_create_update_request_model() return @company_create_update_request_model end |
#get_id ⇒ Object
919 920 921 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 919 def get_id() return @id end |
#get_x_correlation_id ⇒ Object
935 936 937 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 935 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
931 932 933 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 931 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_company_create_update_request_model(company_create_update_request_model) ⇒ Object
947 948 949 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 947 def set_company_create_update_request_model(company_create_update_request_model) @company_create_update_request_model = company_create_update_request_model end |
#set_id(id) ⇒ Object
923 924 925 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 923 def set_id(id) @id = id end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
939 940 941 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 939 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |