Skip to content

Commit

Permalink
BH-85595 Adding min/max accounting period to payable charge (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamchinBH authored Apr 17, 2024
1 parent 53905de commit 4b47a54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10254,6 +10254,8 @@ export interface PayableCharge {
generalLedgerSegment5?: GeneralLedgerSegment5;
generalLedgerServiceCode?: GeneralLedgerServiceCode;
jobOrder?: JobOrder;
maxAccountingPeriod?: AccountingPeriod;
minAccountingPeriod?: AccountingPeriod;
payMasters?: ToMany<PayMaster>;
payableTransactions?: ToMany<PayableChargePayableTransaction>;
periodEndDate?: Date;
Expand Down

0 comments on commit 4b47a54

Please sign in to comment.