@tax1driver/ts-przelewy24
    Preparing search index...

    Type Alias CardInfo

    Credit card information

    type CardInfo = {
        bin: number;
        cardDate: string;
        cardType: string;
        hash: string;
        mask: string;
        refId: string;
    }
    Index

    Properties

    bin: number

    Bank Identification Number (first 6 digits of card)

    cardDate: string

    Card expiration date

    cardType: string

    Card type (e.g., Visa, Mastercard)

    hash: string

    Hash of card data

    mask: string

    Masked card number

    refId: string

    Reference ID for the card