You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dto/payment.dto.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,22 @@ export class PaymentDetailDto {
34
34
releaseDate: Date;
35
35
category: string;
36
36
billingAccount: string;
37
+
38
+
@ApiProperty({
39
+
description:
40
+
'Persisted billing-account challenge fee for this payment detail. Engagement payments use this value to reconcile finance payment splits with billing-account consumed rows.',
41
+
example: 386.94,
42
+
required: false,
43
+
})
44
+
challengeFee?: number;
45
+
46
+
@ApiProperty({
47
+
description:
48
+
'Persisted billing-account markup used when the challenge fee was calculated.',
0 commit comments