PaymentMethod<T extends PaymentGateway> class

Implemented types
Mixed in types

Constructors

PaymentMethod(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(PaymentMethodAttributes attributes) Future<PaymentMethodResponse>
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<PaymentMethodResponse>
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