billing.list

Examples

List open invoices

Try it Out
{
	"status": "open"
}
[
	
]

List closed invoices

Try it Out
{
	"status": "closed"
}
[
	
]

Parameters

Name Type Default
status enum "open"
Values: open, closed

Errors

Code Name