Class: AvalaraSdk::A1099::V2::GetCompaniesRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetCompaniesRequestSdk
- 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
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#count ⇒ Object
Returns the value of attribute count.
-
#count_only ⇒ Object
Returns the value of attribute count_only.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#order_by ⇒ Object
Returns the value of attribute order_by.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#top ⇒ Object
Returns the value of attribute top.
-
#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_count ⇒ Object
- #get_count_only ⇒ Object
- #get_filter ⇒ Object
- #get_order_by ⇒ Object
- #get_skip ⇒ Object
- #get_top ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ GetCompaniesRequestSdk
constructor
A new instance of GetCompaniesRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_count(count) ⇒ Object
- #set_count_only(count_only) ⇒ Object
- #set_filter(filter) ⇒ Object
- #set_order_by(order_by) ⇒ Object
- #set_skip(skip) ⇒ Object
- #set_top(top) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ GetCompaniesRequestSdk
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_version ⇒ Object
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 |
#count ⇒ Object
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_only ⇒ Object
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 |
#filter ⇒ Object
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_by ⇒ Object
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 |
#skip ⇒ Object
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 |
#top ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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_version ⇒ Object
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_count ⇒ Object
866 867 868 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 866 def get_count() return @count end |
#get_count_only ⇒ Object
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_filter ⇒ Object
834 835 836 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 834 def get_filter() return @filter end |
#get_order_by ⇒ Object
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_skip ⇒ Object
850 851 852 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 850 def get_skip() return @skip end |
#get_top ⇒ Object
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_client ⇒ Object
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_id ⇒ Object
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 |