UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

8 lines 245 B
import type { FinancialPayout } from "./financial-payout"; /** * Financial Payouts * * Ordered list of payout and payout-deduction records. */ export type FinancialPayouts = FinancialPayout[]; //# sourceMappingURL=financial-payouts.d.cts.map