@bondsports/types 2.2.230 → 2.2.231
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ export declare class RevenueRecognitionSchedule extends OrganizationConnectionBa
|
|
8
8
|
recognitionMethod: RevenueRecognitionMethodEnum;
|
9
9
|
startDate?: Date;
|
10
10
|
endDate?: Date;
|
11
|
-
numberOfMonths
|
11
|
+
numberOfMonths?: number;
|
12
12
|
deletedAt?: Date;
|
13
13
|
milestones?: RevenueRecognitionMilestone[];
|
14
14
|
}
|