Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 622 Bytes

getinvoiceperiod.md

File metadata and controls

21 lines (15 loc) · 622 Bytes

GetInvoicePeriod

Subscription period for this billing cycle. ISO 8601 timestamps.

Example Usage

import { GetInvoicePeriod } from "@vercel/sdk/models/getinvoiceop.js";

let value: GetInvoicePeriod = {
  start: "<value>",
  end: "<value>",
};

Fields

Field Type Required Description
start string ✔️ N/A
end string ✔️ N/A