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

    Interface RevenueRecognitionRuleAmount

    interface RevenueRecognitionRuleAmount {
        acct_code: string;
        agreement_id: string;
        amount: number;
        category_id: string;
        cost_center_id: string;
        created: DateContainer;
        currency: string;
        customerpo_id: string;
        id: string;
        period_end: DateContainer;
        period_start: DateContainer;
        recognition_type: string;
        revenue_recognition_rule_id: string;
        rule_id: string;
        updated: DateContainer;
    }
    Index

    Properties

    acct_code: string
    agreement_id: string
    amount: number
    category_id: string
    cost_center_id: string
    created: DateContainer
    currency: string
    customerpo_id: string
    id: string
    period_end: DateContainer
    period_start: DateContainer
    recognition_type: string
    revenue_recognition_rule_id: string
    rule_id: string
    updated: DateContainer