refund notification

This commit is contained in:
sanjid133
2020-09-21 12:15:01 +06:00
parent cb8b807b57
commit 90f2d8ac93

View File

@@ -21,6 +21,9 @@ const (
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
// Subscription failed to renew due to a billing issue.
NotificationTypeDidFailToRenew NotificationType = "DID_FAIL_TO_RENEW"
// Indicates that App Store successfully refunded a transaction
NotificationTypeRefund NotificationType = "REFUND"
)
type NotificationEnvironment string