Verestro Paytool Client SDK
    Preparing search index...

    Interface StoredPaymentMethodData

    interface StoredPaymentMethodData {
        cardBrand?: CardBrand;
        cvcRequiredForPayment?: boolean;
        expirationDate?: string;
        id: string;
        maskedCardNumber?: string;
        paymentMethodDataOwner: { name: string };
        type: PaymentMethodType;
    }
    Index

    Properties

    cardBrand?: CardBrand
    cvcRequiredForPayment?: boolean
    expirationDate?: string
    id: string
    maskedCardNumber?: string
    paymentMethodDataOwner: { name: string }