Subscription period for this billing cycle. ISO 8601 timestamps.
import { GetInvoicePeriod } from "@vercel/sdk/models/getinvoiceop.js";
let value: GetInvoicePeriod = {
start: "<value>",
end: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
start |
string | ✔️ | N/A |
end |
string | ✔️ | N/A |