Class: AvalaraSdk::A1099::V2::GetW9FormRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetW9FormRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb
Overview
Represents the Request object for the GetW9Form 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 ⇒ GetW9FormRequestSdk
constructor
A new instance of GetW9FormRequestSdk.
- #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 ⇒ GetW9FormRequestSdk
Returns a new instance of GetW9FormRequestSdk.
979 980 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 979 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
973 974 975 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 973 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
971 972 973 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 971 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
977 978 979 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 977 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
975 976 977 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 975 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
990 991 992 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 990 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
982 983 984 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 982 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1006 1007 1008 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1006 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
998 999 1000 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 998 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
994 995 996 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 994 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
986 987 988 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 986 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1010 1011 1012 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1010 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1002 1003 1004 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1002 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |