type alias PaymentMandateStatus

Possible states for a payment mandate

Definition

"pending"
| "authorized"
| "captured"
| "failed"
| "cancelled"
| "refunded"

Usage

import { type PaymentMandateStatus } from ".";