CollectionMode

March 12, 2025 ยท View on GitHub

Example Usage

import { CollectionMode } from "open-billing/models/operations";

let value: CollectionMode = "manual";

Values

"automatic" | "manual"