Class: AvalaraSdk::A1099::V2::DeleteCompanyRequestSdk

Inherits:
Object
  • Object
show all
Defined in:
lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb

Overview

Represents the Request object for the DeleteCompany API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDeleteCompanyRequestSdk

Returns a new instance of DeleteCompanyRequestSdk.



757
758
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 757

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



751
752
753
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 751

def avalara_version
  @avalara_version
end

#idObject

Returns the value of attribute id.



749
750
751
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 749

def id
  @id
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



755
756
757
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 755

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



753
754
755
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 753

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



768
769
770
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 768

def get_avalara_version()
    return @avalara_version || '2.0'
end

#get_idObject



760
761
762
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 760

def get_id()
    return @id
end

#get_x_avalara_clientObject



784
785
786
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 784

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



776
777
778
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 776

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



772
773
774
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 772

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_id(id) ⇒ Object



764
765
766
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 764

def set_id(id)
    @id = id
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



788
789
790
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 788

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



780
781
782
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 780

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end