Items class
Properties
-
api
→ API
-
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
all({RazorpayItemQuery? params, void callback(RazorpayApiException?, Response<RazorpayApiResponse<RazorpayItem>>?)?})
→ Future<Response<RazorpayApiResponse<RazorpayItem>>>
-
Get all Items
-
create({required RazorpayItemCreateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayItem>?)?})
→ Future<Response<RazorpayItem>>
-
Create an Item
-
delete({required String itemId, void callback(RazorpayApiException?, Response<RazorpayItemDeleteResponse>?)?})
→ Future<Response<RazorpayItemDeleteResponse>>
-
Delete an item given Item ID
-
edit({required String itemId, required RazorpayItemUpdateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayItem>?)?})
→ Future<Response<RazorpayItem>>
-
Edit an item given Item ID
-
fetch({required String itemId, void callback(RazorpayApiException?, Response<RazorpayItem>?)?})
→ Future<Response<RazorpayItem>>
-
Fetch an item given Item ID
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited