Verestro Paytool Client SDK
    Preparing search index...

    Interface StoredCardEncryptedCvc

    Encrypted CVC for a previously stored card.

    const cvc: StoredCardEncryptedCvc = {
    type: 'STORED_CARD_ENCRYPTED_CVC',
    id: 'd279dd87-796e-4b0a-96da-2954f5db91dd',
    encryptedCvc: 'eyJhbGci1iJSU1EtT0FFUC0yNTYiLCJlbmMiOiJBMjU2R1...'
    };
    interface StoredCardEncryptedCvc {
        encryptedCvc: string;
        id: string;
        type: "STORED_CARD_ENCRYPTED_CVC";
    }
    Index

    Properties

    Properties

    encryptedCvc: string
    id: string
    type: "STORED_CARD_ENCRYPTED_CVC"