We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206dbe7 commit 342d2a9Copy full SHA for 342d2a9
model.go
@@ -236,6 +236,10 @@ const (
236
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"
237
NotificationTypeV2Subscribed NotificationTypeV2 = "SUBSCRIBED"
238
NotificationTypeV2OneTimeCharge NotificationTypeV2 = "ONE_TIME_CHARGE"
239
+ NotificationTypeV2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
240
+ NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN"
241
+ NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
242
+ NotificationTypeV2Test NotificationTypeV2 = "TEST"
243
)
244
245
// SubtypeV2 is type
0 commit comments