Skip to main content

PaymentElementEventsPayload

Properties

fatalError

fatalError: object;

code

code: string;

internalEventCode

internalEventCode: 
| "clientError"
| "clientNotFound"
| "cantDownloadPluginSources"
| "disconnected"
| "died"
| "fulfilled"
| "initFailed"
| "misconfigured"
| "modalIn"
| "modalOut"
| "optionsSet"
| "pluginClientDestroyed"
| "pluginExtraSourcesLoaded"
| "pluginPostValidation"
| "pluginPreValidation"
| "pluginSessionSet"
| "pluginSourcesLoaded"
| "pluginIsIncompatibleWithClient"
| "ready"
| "redirect"
| "requestValidate"
| "sourceListLoaded"
| "sourceLoaded"
| "other";

reason

reason: string;

formValid

formValid: object;

isValid

isValid: boolean;

validationRequested

validationRequested: ItemPayload;