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_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_company_create_update_request_model ⇒ Object
- #get_id ⇒ Object
- #get_x_avalara_client ⇒ 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_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ UpdateCompanyRequestSdk
Returns a new instance of UpdateCompanyRequestSdk.
968 969 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 968 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
960 961 962 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 960 def avalara_version @avalara_version end |
#company_create_update_request_model ⇒ Object
Returns the value of attribute company_create_update_request_model.
966 967 968 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 966 def company_create_update_request_model @company_create_update_request_model end |
#id ⇒ Object
Returns the value of attribute id.
958 959 960 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 958 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
964 965 966 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 964 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
962 963 964 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 962 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
979 980 981 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 979 def get_avalara_version() return @avalara_version || '2.0' end |
#get_company_create_update_request_model ⇒ Object
1003 1004 1005 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 1003 def get_company_create_update_request_model() return @company_create_update_request_model end |
#get_id ⇒ Object
971 972 973 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 971 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
995 996 997 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 995 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
987 988 989 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 987 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
983 984 985 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 983 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_company_create_update_request_model(company_create_update_request_model) ⇒ Object
1007 1008 1009 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 1007 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
975 976 977 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 975 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
999 1000 1001 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 999 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
991 992 993 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 991 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |