Class: AvalaraSdk::A1099::V2::ListW9FormsRequestSdk

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

Overview

Represents the Request object for the ListW9Forms API

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeListW9FormsRequestSdk

Returns a new instance of ListW9FormsRequestSdk.



1042
1043
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1042

def initialize()
end

Instance Attribute Details

#avalara_versionObject

Returns the value of attribute avalara_version.



1026
1027
1028
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1026

def avalara_version
  @avalara_version
end

#countObject

Returns the value of attribute count.



1036
1037
1038
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1036

def count
  @count
end

#filterObject

Returns the value of attribute filter.



1028
1029
1030
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1028

def filter
  @filter
end

#order_byObject

Returns the value of attribute order_by.



1034
1035
1036
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1034

def order_by
  @order_by
end

#skipObject

Returns the value of attribute skip.



1032
1033
1034
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1032

def skip
  @skip
end

#topObject

Returns the value of attribute top.



1030
1031
1032
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1030

def top
  @top
end

#x_avalara_clientObject

Returns the value of attribute x_avalara_client.



1040
1041
1042
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1040

def x_avalara_client
  @x_avalara_client
end

#x_correlation_idObject

Returns the value of attribute x_correlation_id.



1038
1039
1040
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1038

def x_correlation_id
  @x_correlation_id
end

Instance Method Details

#get_avalara_versionObject



1045
1046
1047
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1045

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

#get_countObject



1085
1086
1087
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1085

def get_count()
    return @count
end

#get_filterObject



1053
1054
1055
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1053

def get_filter()
    return @filter
end

#get_order_byObject



1077
1078
1079
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1077

def get_order_by()
    return @order_by
end

#get_skipObject



1069
1070
1071
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1069

def get_skip()
    return @skip
end

#get_topObject



1061
1062
1063
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1061

def get_top()
    return @top
end

#get_x_avalara_clientObject



1101
1102
1103
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1101

def get_x_avalara_client()
    return @x_avalara_client
end

#get_x_correlation_idObject



1093
1094
1095
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1093

def get_x_correlation_id()
    return @x_correlation_id
end

#set_avalara_version(avalara_version) ⇒ Object



1049
1050
1051
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1049

def set_avalara_version(avalara_version)
    @avalara_version = avalara_version
end

#set_count(count) ⇒ Object



1089
1090
1091
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1089

def set_count(count)
    @count = count
end

#set_filter(filter) ⇒ Object



1057
1058
1059
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1057

def set_filter(filter)
    @filter = filter
end

#set_order_by(order_by) ⇒ Object



1081
1082
1083
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1081

def set_order_by(order_by)
    @order_by = order_by
end

#set_skip(skip) ⇒ Object



1073
1074
1075
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1073

def set_skip(skip)
    @skip = skip
end

#set_top(top) ⇒ Object



1065
1066
1067
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1065

def set_top(top)
    @top = top
end

#set_x_avalara_client(x_avalara_client) ⇒ Object



1105
1106
1107
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1105

def set_x_avalara_client(x_avalara_client)
    @x_avalara_client = x_avalara_client
end

#set_x_correlation_id(x_correlation_id) ⇒ Object



1097
1098
1099
# File 'lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb', line 1097

def set_x_correlation_id(x_correlation_id)
    @x_correlation_id = x_correlation_id
end