Documentation
    Preparing search index...

    Interface RaterCounterpartyAllocation

    interface RaterCounterpartyAllocation {
        counterparty: {
            id: string;
            name?: string;
            type: BILLING_INVOICE_COUNTERPARTY_TYPE;
        };
        counterpartyAllocations?: RaterCounterpartyAllocation[];
        ffLineItemId?: string;
        id: string;
        percentage: number;
    }
    Index
    counterparty: {
        id: string;
        name?: string;
        type: BILLING_INVOICE_COUNTERPARTY_TYPE;
    }
    counterpartyAllocations?: RaterCounterpartyAllocation[]
    ffLineItemId?: string
    id: string
    percentage: number