@sumup/sdk
    Preparing search index...

    Type Alias ReceiptCard

    Receipt Card

    Payment card details displayed on the receipt.

    type ReceiptCard = {
        last_4_digits?: string;
        type?: string;
    }
    Index
    last_4_digits?: string

    Last four digits of the payment card number.

    type?: string

    Issuing card network of the payment card.