@sumup/sdk
    Preparing search index...

    Type Alias PaymentInstrumentCard

    Payment Instrument Card

    Details of the payment card that is saved as a payment instrument.

    type PaymentInstrumentCard = {
        card: Card;
        type: "card";
    }
    Index

    Properties

    Properties

    card: Card
    type: "card"

    Type of the payment instrument.