Payment<T extends PaymentGateway> class

Implemented types
Mixed in types

Constructors

Payment(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(CreatePaymentAttributes attributes) Future<PaymentAttributesResponse>
Create data R along with P
override
listAll([PaymentListQueryParams? queryParams]) Future<PaymentListAllResponse>
https://developers.paymongo.com/reference/list-all-payments
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(int id) Future<PaymentAttributesResponse>
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