We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6275c46 commit 4c89d5fCopy full SHA for 4c89d5f
src/model/Order.ts
@@ -35,12 +35,13 @@ export type OrderLineItem = {
35
quantity: string | number;
36
quantity_formatted?: string;
37
consumption: string | number;
38
+ custom_description?: string;
39
duration: number;
40
exclude_from_invoice?: boolean;
41
id: string;
42
organization: string | null;
- plan_record_id: string;
43
- proration: number;
+ plan_record_id: string | null;
44
+ proration: string | number;
45
records?: {
46
47
end: string;
0 commit comments