Chargily class

Constructors

Chargily(String apiKey, {Logger? logger, ChargilyApiClient? apiClient})
Chargily Payment Gateway Client

Properties

apiClient ChargilyApiClient?
getter/setter pair
apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
logger → Logger?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPayment(Invoice invoice) Future<PaymentResponse>
Create Payment from invoice
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