{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/invoice_payment_term",
"title": "Invoice Payment Term",
"type": "object",
"description": "The payment term of the invoice. Payment can be due upon receipt, a specified date, or in a set number of days.",
"allOf": [
{
"$ref": "#/components/schemas/payment_term"
},
{
"properties": {
"due_date": {
"$ref": "#/components/schemas/date_no_time",
"description": "The date when the invoice payment is due, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6). For example, *yyyy*-*MM*-*dd*T*z*."
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.