• NOTE: Exotic components are not callable.

    Parameters

    • props: {
          appImageUrl?: string;
          captchaSiteKey: string;
          captchaType?: CaptchaType;
          onCancelled: ((result: {
              paymentReceiptUrl: string;
          }) => void);
          onCompleted: ((result: {
              formSubmissionPayment: FormSubmissionPayment;
              paymentReceiptUrl: string;
          }) => void);
          title?: string;
      }
      • OptionalappImageUrl?: string
      • captchaSiteKey: string
      • OptionalcaptchaType?: CaptchaType
      • onCancelled: ((result: {
            paymentReceiptUrl: string;
        }) => void)
          • (result): void
          • Parameters

            • result: {
                  paymentReceiptUrl: string;
              }
              • paymentReceiptUrl: string

            Returns void

      • onCompleted: ((result: {
            formSubmissionPayment: FormSubmissionPayment;
            paymentReceiptUrl: string;
        }) => void)
      • Optionaltitle?: string

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
displayName?: string
type: ((__namedParameters: {
    appImageUrl?: string;
    captchaSiteKey: string;
    captchaType?: CaptchaType;
    onCancelled: ((result: {
        paymentReceiptUrl: string;
    }) => void);
    onCompleted: ((result: {
        formSubmissionPayment: FormSubmissionPayment;
        paymentReceiptUrl: string;
    }) => void);
    title?: string;
}) => Element)