Type Alias CPPaySubmissionEvent
CPPaySubmissionEvent: FormEventBase & { configuration: { elementId: string; gatewayId: string; }; type: "CP_PAY"; } Type declaration
configuration: {
elementId: string;
gatewayId: string;
}
elementId: string
gatewayId: string
type: "CP_PAY"
The elementId that holds the value that will be paid. Must be the id of a number or calculation element.