Class: AvalaraSdk::A1099::V2::GetCompanyRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetCompanyRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb
Overview
Represents the Request object for the GetCompany API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#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_id ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ GetCompanyRequestSdk
constructor
A new instance of GetCompanyRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ GetCompanyRequestSdk
Returns a new instance of GetCompanyRequestSdk.
914 915 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 914 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
908 909 910 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 908 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
906 907 908 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 906 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
912 913 914 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 912 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
910 911 912 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 910 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
925 926 927 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 925 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
917 918 919 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 917 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
941 942 943 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 941 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
933 934 935 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 933 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
929 930 931 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 929 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
921 922 923 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 921 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
945 946 947 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 945 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
937 938 939 |
# File 'lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb', line 937 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |