Skip to content

Commit

Permalink
feat(typings): add isDiscountable field to EarnCode (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes authored Aug 12, 2021
1 parent c2877e4 commit 75a5aa4
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 @@ -4775,6 +4775,7 @@ export interface EarnCode {
generalLedgerSegment5?: GeneralLedgerSegment5;
generalLedgerServiceCode?: GeneralLedgerServiceCode;
isDeleted?: boolean;
isDiscountable?: boolean;
owner?: CorporateUser;
status?: Strings;
title?: Strings;
Expand Down

0 comments on commit 75a5aa4

Please sign in to comment.