ordercloud-javascript-sdk
    Preparing search index...

    Interface SpendingAccount<TSpendingAccountXp>

    interface SpendingAccount<TSpendingAccountXp = any> {
        AllowAsPaymentMethod?: boolean;
        Balance: number;
        EndDate?: string;
        ID?: string;
        Name: string;
        StartDate?: string;
        xp?: TSpendingAccountXp;
    }

    Type Parameters

    • TSpendingAccountXp = any
    Index
    AllowAsPaymentMethod?: boolean
    Balance: number
    EndDate?: string
    ID?: string
    Name: string
    StartDate?: string