Addons class
Constructors
- Addons.new(API api)
Properties
Methods
-
all(
{RazorpayPaginationOptions? params, void callback(RazorpayApiException?, Response< RazorpayApiResponse< ?)?}) → Future<RazorpayAddon> >Response< RazorpayApiResponse< >RazorpayAddon> > - Get all addons
-
delete(
{required String addonId, void callback(RazorpayApiException?, Response< List> ?)?}) → Future<Response< List> > - Delete an addon given Addon ID
-
fetch(
{required String addonId, void callback(RazorpayApiException?, Response< RazorpayAddon> ?)?}) → Future<Response< RazorpayAddon> > - Fetches an addon given Addon 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
Constants
- BASE_URL → const String
- MISSING_ID_ERROR → const String