Chartbreaker
    Preparing search index...

    Type Alias PxCreateCashTransactionParams

    type PxCreateCashTransactionParams = {
        amount: NumericString;
        creationDate: Date;
        portfolioId: string;
        type: "cashIn" | "cashOut";
    }
    Index

    Properties

    creationDate: Date
    portfolioId: string
    type: "cashIn" | "cashOut"