1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
invoiceninja/openapi/components/schemas/payment_term.yaml

26 lines
714 B
YAML
Raw Normal View History

2023-03-19 00:39:21 +01:00
PaymentTerm:
properties:
num_days:
description: 'The payment term length in days'
type: integer
example: '1'
name:
description: 'The payment term length in string format'
type: string
example: 'NET 1'
created_at:
description: Timestamp
type: number
format: integer
example: '134341234234'
updated_at:
description: Timestamp
type: number
format: integer
example: '134341234234'
archived_at:
description: Timestamp
type: number
format: integer
example: '134341234234'
type: object