Worldline Connect Node.js SDK
    Preparing search index...

    Interface AccountOnFile

    interface AccountOnFile {
        attributes?: AccountOnFileAttribute[] | null;
        displayHints?: AccountOnFileDisplayHints | null;
        id?: number | null;
        paymentProductId?: number | null;
    }
    Index

    Properties

    attributes?: AccountOnFileAttribute[] | null
    displayHints?: AccountOnFileDisplayHints | null
    id?: number | null
    paymentProductId?: number | null