@@ -49,10 +49,8 @@ public interface ILedgerService
4949 /// <para>As usage for a customer is reported into Orb, credits may be deducted
5050 /// according to the customer's plan configuration. An automated deduction of
5151 /// this type will result in a ledger entry, also with a starting and ending balance.
52- /// In order to provide better tracing capabilities for automatic deductions,
53- /// Orb always associates each automatic deduction with the `event_id` at the
54- /// time of ingestion, used to pinpoint _why_ credit deduction took place and
55- /// to ensure that credits are never deducted without an associated usage event.</para>
52+ /// Each day's usage for a particular price, invoice, and block will be grouped
53+ /// into a single entry.</para>
5654 ///
5755 /// <para>By default, Orb uses an algorithm that automatically deducts from the
5856 /// *soonest expiring credit block* first in order to ensure that all credits
@@ -328,10 +326,8 @@ Task<LedgerCreateEntryByExternalIDResponse> CreateEntryByExternalID(
328326 /// <para>As usage for a customer is reported into Orb, credits may be deducted
329327 /// according to the customer's plan configuration. An automated deduction of
330328 /// this type will result in a ledger entry, also with a starting and ending balance.
331- /// In order to provide better tracing capabilities for automatic deductions,
332- /// Orb always associates each automatic deduction with the `event_id` at the
333- /// time of ingestion, used to pinpoint _why_ credit deduction took place and
334- /// to ensure that credits are never deducted without an associated usage event.</para>
329+ /// Each day's usage for a particular price, invoice, and block will be grouped
330+ /// into a single entry.</para>
335331 ///
336332 /// <para>By default, Orb uses an algorithm that automatically deducts from the
337333 /// *soonest expiring credit block* first in order to ensure that all credits
0 commit comments