Skip to content

Commit 4232a59

Browse files
committed
feat: add source property to Price interface for product association
1 parent 31510f6 commit 4232a59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/model/Price.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export namespace Price {
2121
account: string;
2222
amount?: number;
2323
currency?: string;
24-
event?: string;
24+
// The product this price is associated with
25+
source?: string;
2526
image?: string;
2627
label?: string;
2728
description?: string;

0 commit comments

Comments
 (0)