Skip to content

Commit ece5b84

Browse files
authored
[ts] Add missing properties to IOrder interface (MONEI#486)
1 parent 6bc6f3a commit ece5b84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,6 +2189,15 @@ declare namespace Shopify {
21892189
confirmed: boolean;
21902190
created_at: string;
21912191
currency: string;
2192+
current_subtotal_price: string;
2193+
current_subtotal_price_set: IMoneySet;
2194+
current_total_discounts: string;
2195+
current_total_discounts_set: IMoneySet;
2196+
current_total_duties_set: null | IMoneySet;
2197+
current_total_price: string;
2198+
current_total_price_set: IMoneySet;
2199+
current_total_tax: string;
2200+
current_total_tax_set: IMoneySet;
21922201
customer?: IOrderCustomer;
21932202
customer_locale: string;
21942203
discount_applications: IDiscountApplication[];

0 commit comments

Comments
 (0)