isPending property

bool get isPending

Check if payment is pending.

Returns true if the payment status is PaymentStatus.pending. Pending payments may still complete or fail.

Implementation

bool get isPending => status == PaymentStatus.pending;