/**
 * Payment Type
 *
 * Payment type used for the transaction.
 */
export type PaymentType = "CASH" | "POS" | "ECOM" | "RECURRING" | "BITCOIN" | "BALANCE" | "MOTO" | "BOLETO" | "DIRECT_DEBIT" | "APM" | "UNKNOWN";
//# sourceMappingURL=payment-type.d.cts.map