ListPaymentsRequest class

Represents a list payments request.

Constructors

ListPaymentsRequest({List<PaymentTypeFilter>? filters, List<MetadataFilter>? metadataFilters, int? fromTimestamp, int? toTimestamp, bool? includeFailures, int? offset, int? limit})
const

Properties

filters List<PaymentTypeFilter>?
final
fromTimestamp int?
Epoch time, in seconds
final
hashCode int
The hash code for this object.
no setterinherited
includeFailures bool?
final
limit int?
final
metadataFilters List<MetadataFilter>?
final
offset int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toTimestamp int?
Epoch time, in seconds
final

Methods

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