Verestro Paytool Client SDK
    Preparing search index...

    Interface StoredPaymentMethod

    Reference to a previously stored payment method.

    const stored: StoredPaymentMethod = {
    type: 'STORED_PAYMENT_METHOD',
    id: '2de89daa-deb2-48b2-8178-bdcedb55ca1d'
    };
    interface StoredPaymentMethod {
        id: string;
        type: "STORED_PAYMENT_METHOD";
    }
    Index

    Properties

    Properties

    id: string
    type: "STORED_PAYMENT_METHOD"