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

    Interface AccountOnFileAttribute

    interface AccountOnFileAttribute {
        key?: string | null;
        mustWriteReason?: string | null;
        status?: string | null;
        value?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key?: string | null
    mustWriteReason?: string | null
    status?: string | null
    value?: string | null