Addons class

Constructors

Addons.new(API api)

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({RazorpayPaginationOptions? params, void callback(RazorpayApiException?, Response<RazorpayApiResponse<RazorpayAddon>>?)?}) Future<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