Items
March 10, 2025 ยท View on GitHub
Example Usage
import { Items } from "open-billing/models/operations";
let value: Items = {
priceId: "<id>",
quantity: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
priceId | string | :heavy_check_mark: | N/A |
quantity | string | :heavy_check_mark: | N/A |