Skip to content

Commit

Permalink
feat(InvoiceOut):
Browse files Browse the repository at this point in the history
- payedSum
- shippedSum
  • Loading branch information
wmakeev committed Jul 20, 2021
1 parent c2c9338 commit eec83bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/InvoiceOut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import type { EntityRef } from './EntityRef'

export type InvoiceOutFields = {
customerOrder?: EntityRef<'customerorder'>
readonly payedSum: number
readonly shippedSum: number
}

export type InvoiceOut = DocumentWithPositions<'invoiceout'> &
Expand Down

0 comments on commit eec83bf

Please sign in to comment.