Class: AvalaraSdk::A1099::V2::GetCompaniesRequestSdk

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

Overview

Represents the Request object for the GetCompanies API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGetCompaniesRequestSdk

Returns a new instance of GetCompaniesRequestSdk.



823
824
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 823

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



805
806
807
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 805

def avalara_version
  @avalara_version
end

#countObject

Returns the value of attribute count.



815
816
817
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 815

def count
  @count
end

#count_onlyObject

Returns the value of attribute count_only.



817
818
819
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 817

def count_only
  @count_only
end

#filterObject

Returns the value of attribute filter.



807
808
809
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 807

def filter
  @filter
end

#order_byObject

Returns the value of attribute order_by.



813
814
815
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 813

def order_by
  @order_by
end

#skipObject

Returns the value of attribute skip.



811
812
813
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 811

def skip
  @skip
end

#topObject

Returns the value of attribute top.



809
810
811
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 809

def top
  @top
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



821
822
823
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 821

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



819
820
821
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 819

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



826
827
828
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 826

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

#get_countObject



866
867
868
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 866

def get_count()
    return @count
end

#get_count_onlyObject



874
875
876
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 874

def get_count_only()
    return @count_only
end

#get_filterObject



834
835
836
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 834

def get_filter()
    return @filter
end

#get_order_byObject



858
859
860
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 858

def get_order_by()
    return @order_by
end

#get_skipObject



850
851
852
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 850

def get_skip()
    return @skip
end

#get_topObject



842
843
844
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 842

def get_top()
    return @top
end

#get_x_avalara_clientObject



890
891
892
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 890

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



882
883
884
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 882

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



830
831
832
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 830

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_count(count) ⇒ Object



870
871
872
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 870

def set_count(count)
    @count = count
end

#set_count_only(count_only) ⇒ Object



878
879
880
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 878

def set_count_only(count_only)
    @count_only = count_only
end

#set_filter(filter) ⇒ Object



838
839
840
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 838

def set_filter(filter)
    @filter = filter
end

#set_order_by(order_by) ⇒ Object



862
863
864
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 862

def set_order_by(order_by)
    @order_by = order_by
end

#set_skip(skip) ⇒ Object



854
855
856
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 854

def set_skip(skip)
    @skip = skip
end

#set_top(top) ⇒ Object



846
847
848
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 846

def set_top(top)
    @top = top
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



894
895
896
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 894

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



886
887
888
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 886

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end