IntegrationCPPay<S>: IntegrationBase & {
    configuration: {
        baseUrl: string;
        gateways: IntegrationCPPayGateway<S>[];
    };
    type: "CP_PAY";
}

Type Parameters