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

    Implements

    Index

    Constructors

    Properties

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

    Accessors

    • get configureOptions(): {
          datatransSecureFieldsMerchantId: string;
          datatransSecureFieldsScriptUrl: string;
          fieldsOptions: Partial<Record<LibFieldName, any>>;
      }

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

      Returns {
          datatransSecureFieldsMerchantId: string;
          datatransSecureFieldsScriptUrl: string;
          fieldsOptions: Partial<Record<LibFieldName, any>>;
      }

    Methods

    • Returns void