ModifySubscriptionResponseCode
Represents the response code for a modify subscription request initiated by PurchasingService.modifySubscription.
Enumeration Members
FAILED
FAILED:
1
Indicates that the request failed and can be retried.
INVALID_REQUEST
INVALID_REQUEST:
3
Indicates that the SKU originally provided to the modifySubscription request does not satisfy basic criteria to perform a modify request.
INVALID_SKU
INVALID_SKU:
2
Indicates that the SKU originally provided to the modifySubscription request is not valid.
NOT_SUPPORTED
NOT_SUPPORTED:
4
Indicates this call is not supported.
SUCCESSFUL
SUCCESSFUL:
0
Indicates that the request was successful.
Last updated: Sep 30, 2025