Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 424 Bytes

CustomerInvoiceCreateDTO.md

File metadata and controls

15 lines (13 loc) · 424 Bytes

CustomerInvoiceCreateDTO

Properties

Name Type Description Notes
type TypeEnum [optional]
tasksIds List<Long> [optional]
prepaymentsIds List<Long> [optional]

Enum: TypeEnum

Name Value
FINAL "FINAL"
DRAFT "DRAFT"