We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31510f6 commit 4232a59Copy full SHA for 4232a59
1 file changed
src/model/Price.ts
@@ -21,7 +21,8 @@ export namespace Price {
21
account: string;
22
amount?: number;
23
currency?: string;
24
- event?: string;
+ // The product this price is associated with
25
+ source?: string;
26
image?: string;
27
label?: string;
28
description?: string;
0 commit comments