UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 182 B
/** * Event Type * * Type of the transaction event. */ export type EventType = "PAYOUT" | "CHARGE_BACK" | "REFUND" | "PAYOUT_DEDUCTION"; //# sourceMappingURL=event-type.d.cts.map