@theredspace/spp-client
    Preparing search index...

    Interface RevenueRecognitionTransaction

    Actual transactions posted under revenue recognition rules.

    interface RevenueRecognitionTransaction {
        amount: number;
        created: DateContainer;
        id: number;
        rule_id: number;
        transaction_date: DateContainer;
        updated: DateContainer;
    }
    Index

    Properties

    amount: number
    created: DateContainer
    id: number
    rule_id: number
    transaction_date: DateContainer
    updated: DateContainer