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.
985 986 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 985 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
979 980 981 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 979 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
977 978 979 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 977 def id @id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
983 984 985 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 983 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
981 982 983 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 981 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
996 997 998 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 996 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
988 989 990 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 988 def get_id() return @id end |
#get_x_avalara_client ⇒ Object
1012 1013 1014 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1012 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
1004 1005 1006 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1004 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
1000 1001 1002 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1000 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
992 993 994 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 992 def set_id(id) @id = id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
1016 1017 1018 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1016 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
1008 1009 1010 |
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1008 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |