Trello.js - API library
    Preparing search index...

    Interface PendingOrganizations

    interface PendingOrganizations {
        date?: string;
        displayName?: string;
        id?: string;
        idMember?: string;
        logoUrl?: string;
        memberRequestor?: { fullName?: string; id?: string };
        membershipCount?: number;
        transferability?: {
            newBillableMembers?: {
                avatarHash?: string;
                fullName?: string;
                id?: string;
                initials?: string;
                username?: string;
            }[];
            restrictedMembers?: {
                avatarHash?: string;
                fullName?: string;
                id?: string;
                initials?: string;
                username?: string;
            }[];
            transferrable?: boolean;
        };
    }
    Index

    Properties

    date?: string
    displayName?: string
    id?: string
    idMember?: string
    logoUrl?: string
    memberRequestor?: { fullName?: string; id?: string }
    membershipCount?: number
    transferability?: {
        newBillableMembers?: {
            avatarHash?: string;
            fullName?: string;
            id?: string;
            initials?: string;
            username?: string;
        }[];
        restrictedMembers?: {
            avatarHash?: string;
            fullName?: string;
            id?: string;
            initials?: string;
            username?: string;
        }[];
        transferrable?: boolean;
    }