Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dad27d5283 | ||
|
|
777e3c50ef |
@@ -56,6 +56,7 @@ type NotificationReceipt struct {
|
|||||||
OriginalPurchaseDate
|
OriginalPurchaseDate
|
||||||
NotificationExpiresDate
|
NotificationExpiresDate
|
||||||
CancellationDate
|
CancellationDate
|
||||||
|
CancellationReason string `json:"cancellation_reason,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type NotificationUnifiedReceipt struct {
|
type NotificationUnifiedReceipt struct {
|
||||||
@@ -111,4 +112,5 @@ type SubscriptionNotification struct {
|
|||||||
|
|
||||||
// Posted only if the notification_type is CANCEL.
|
// Posted only if the notification_type is CANCEL.
|
||||||
CancellationDate
|
CancellationDate
|
||||||
|
CancellationReason string `json:"cancellation_reason,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user