Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 273 Bytes

state.md

File metadata and controls

17 lines (11 loc) · 273 Bytes

State

Invoice state.

Example Usage

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

let value: State = "notpaid";

Values

"pending" | "scheduled" | "invoiced" | "paid" | "notpaid" | "refund_requested" | "refunded"