Items class
Properties
Methods
-
all(
{RazorpayItemQuery? params}) → Future< RazorpayApiResponse< RazorpayItem> > - Get all Items
-
create(
{required RazorpayItemCreateRequestBody params}) → Future< RazorpayItem> - Create an Item
-
delete(
{required String itemId}) → Future< RazorpayItemDeleteResponse> - Delete an item given Item ID
-
edit(
{required String itemId, required RazorpayItemUpdateRequestBody params}) → Future< RazorpayItem> - Edit an item given Item ID
-
fetch(
{required String itemId}) → Future< 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited