@sumup/sdk
Version:
The official TypeScript SDK for the SumUp API
12 lines • 333 B
text/typescript
/**
* Hosted Checkout
*
* Hosted Checkout configuration. Enable it to receive a SumUp-hosted payment page URL in the checkout response.
*/
export type HostedCheckout = {
/**
* Whether the checkout should include a SumUp-hosted payment page.
*/
enabled: boolean;
};
//# sourceMappingURL=hosted-checkout.d.cts.map