type alias MandateStatus

Possible states for a mandate

Definition

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

Possible states for a mandate

Definition

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

Usage

import { type MandateStatus } from ".";