@sumup/sdk
    Preparing search index...

    Details of the payment card.

    type CardResponse = {
        last_4_digits?: string;
        type?: SumUp.Transactions.CardType;
    }
    Index

    Properties

    last_4_digits?: string

    Last 4 digits of the payment card number.