@raisenow/tamaro-core
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    challengeWindowSizeValue: ChallengeWindowSizeValue = DEFAULT_CHALLENGE_WINDOW_SIZE_VALUE
    errors: ErrorsState = {}
    filled: Partial<Record<TamaroCardFieldName, boolean>> = {}
    focused: Partial<Record<TamaroCardFieldName, boolean>> = {}
    isOverlayChallengeShown: boolean = false
    isReady: boolean = false
    tokenize: () => Promise<void> = ...
    validate: () => Promise<void> = ...

    Accessors

    • get challengeWindowSize(): | { height: number; width: number }
      | { height: number; width: number }
      | { height: number; width: number }
      | { height: number; width: number }
      | { height: string; width: string }

      Returns
          | { height: number; width: number }
          | { height: number; width: number }
          | { height: number; width: number }
          | { height: number; width: number }
          | { height: string; width: string }

    • get configureOptions(): {
          labels: { cardno: string; cvv: string };
          methodProfileUuid: string | undefined;
          placeholders: { cardno: string; cvv: string };
          spreedlyEnvKey: string | undefined;
          spreedlySignatureEnabled: boolean | ConfigCondition<boolean>[] | undefined;
          uiFloatingLabels: boolean;
      }

      Computed getter which returns all options required to initialize the SpreedlyPaymentFrame instance. If it changes, the instance of the SpreedlyPaymentFrame must be re-initialized.

      Returns {
          labels: { cardno: string; cvv: string };
          methodProfileUuid: string | undefined;
          placeholders: { cardno: string; cvv: string };
          spreedlyEnvKey: string | undefined;
          spreedlySignatureEnabled: boolean | ConfigCondition<boolean>[] | undefined;
          uiFloatingLabels: boolean;
      }

    • get methodProfileUuid(): string | undefined

      Returns string | undefined

    Methods

    • Returns void

    • Returns string | undefined

    • Parameters

      • token: string

      Returns void