Type Alias: BillingMode
BillingMode =
"strict"|"overdraft"
Defined in: javascript/src/types.ts:10
Billing mode for an operation. strict never lets the balance fall below
the floor at admission (lease worst-case ⇒ zero debt); overdraft permits
the balance to go negative down to a configured floor and always bills the
full actual cost at settle (interface plan §1/D3/D5).