File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ type (
60
60
OriginalPurchaseDatePST string `json:"original_purchase_date_pst"`
61
61
}
62
62
63
+ // The PreorderDate type indicates the date and time that the pre-order
64
+ PreorderDate struct {
65
+ PreorderDate string `json:"preorder_date"`
66
+ PreorderDateMS string `json:"preorder_date_ms"`
67
+ PreorderDatePST string `json:"preorder_date_pst"`
68
+ }
69
+
63
70
// The ExpiresDate type indicates the expiration date for the subscription
64
71
ExpiresDate struct {
65
72
ExpiresDate string `json:"expires_date,omitempty"`
@@ -128,6 +135,7 @@ type (
128
135
ReceiptCreationDate
129
136
RequestDate
130
137
OriginalPurchaseDate
138
+ PreorderDate
131
139
}
132
140
133
141
// A pending renewal may refer to a renewal that is scheduled in the future or a renewal that failed in the past for some reason.
You can’t perform that action at this time.
0 commit comments