- PaymentForm(props): null | ReactElement<any, string | JSXElementConstructor<any>>
Parameters
- props: {
appImageUrl?: string;
captchaSiteKey: string;
captchaType?: CaptchaType;
onCancelled: ((result: {
paymentReceiptUrl: string;
}) => void);
onCompleted: ((result: {
formSubmissionPayment: FormSubmissionPayment;
paymentReceiptUrl: string;
}) => void);
title?: string;
}Optional
appImageUrl?: string
captchaSiteKey: string
onCancelled: ((result: {
paymentReceiptUrl: string;
}) => void)
- (result): void
Parameters
- result: {
paymentReceiptUrl: string;
}paymentReceiptUrl: string
Returns void
onCompleted: ((result: {
formSubmissionPayment: FormSubmissionPayment;
paymentReceiptUrl: string;
}) => void)
- (result): void
Parameters
- result: {
formSubmissionPayment: FormSubmissionPayment;
paymentReceiptUrl: string;
}paymentReceiptUrl: string
Returns void
Optional
title?: string
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
displayName
displayName?: string
Readonly
type
type: ((__namedParameters: { appImageUrl?: string; captchaSiteKey: string; captchaType?: CaptchaType; onCancelled: ((result: { paymentReceiptUrl: string; }) => void); onCompleted: ((result: { formSubmissionPayment: FormSubmissionPayment; paymentReceiptUrl: string; }) => void); title?: string; }) => Element)
NOTE: Exotic components are not callable.