Skip to content

Commit

Permalink
feat(typings): Adding deliveryMethodLookupID (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtwBullhorn authored Aug 13, 2021
1 parent 75a5aa4 commit a54d3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5368,6 +5368,7 @@ export interface InvoiceStatement {
dateAdded?: Date;
dateLastModified?: Date;
deliveryMethod?: Strings;
deliveryMethodLookupID?: number;
deliveryStatus?: InvoiceStatementDeliveryStatusLookup;
discountAmount?: number;
discountTotal?: number;
Expand Down

0 comments on commit a54d3ec

Please sign in to comment.