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

    Constructors

    Properties

    isReady: boolean = false
    token?: Promise<string | undefined>

    Accessors

    • get registeredFields(): string[]

      Return subset of "registeredFields" only relevant to card form. It's important to unwrap the data with toJS.

      Returns string[]

    • get tokenizeData(): Partial<
          {
              cardno: string;
              cvv: string
              | undefined;
              expm: string;
              expy: string | undefined;
              merchant_config_identifier: string | undefined;
              partial_pin: string | undefined;
          },
      >

      Return data, which is needed to make a tokenization request.

      Returns Partial<
          {
              cardno: string;
              cvv: string
              | undefined;
              expm: string;
              expy: string | undefined;
              merchant_config_identifier: string | undefined;
              partial_pin: string | undefined;
          },
      >

    • get touchedFields(): string[]

      Return subset of "touchedFields" only relevant to card form. It's important to unwrap the data with toJS.

      Returns string[]

    • get validationErrors(): ValidationErrors | undefined

      Return subset of "allValidationErrors" only relevant to the card form. It's important to unwrap the data with toJS.

      Returns ValidationErrors | undefined

    Methods

    • Returns void