Source<T extends PaymentGateway> class

Implemented types
Mixed-in types

Constructors

Source.new(String apiKey, String url, {T? httpClient})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(SourceAttributes attributes) Future<SourceResult>
Create data R along with P
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(int id) Future<SourceResult>
Retrieve data R
override
serialize<T>(Response response, String path, {T onSerializedCallback(Object json)?}) → T
Convert Json response to T and throws ClientException for client error response.
inherited
toString() String
A string representation of this object.
inherited

Operators

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