Type alias IntegrationCPPayGateway<S>
IntegrationCPPayGateway<S>: { clientId: string; clientSecret: ConstrainedSecret<S>; id: string; label: string; paymentType?: number; } Type declaration
clientId: string
id: string
label: string
Optional
paymentType?: number