StripeApiHandler class

Constructors

StripeApiHandler({String? stripeAccount})

Properties

apiVersion String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripeAccount String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(RequestMethod method, String path, String key, String? apiVersion, {Map<String, dynamic>? params}) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

charset → const String
customers → const String
fieldError → const String
fieldSource → const String
headerKeyRequestId → const String
liveApiBase → const String
liveApiPath → const String
liveLoggingBase → const String
liveLoggingEndpoint → const String
malformedResponseMessage → const String
sources → const String
tokens → const String