SubscriptionPriceChangeResponse
A response that contains signed JWS renewal and JWS transaction information after a subscription price change request.
Declaration
object SubscriptionPriceChangeResponseProperties
| Name | Type | Description |
|---|---|---|
signedRenewalInfo Required | JWSRenewalInfo | Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format. |
signedTransactionInfo Required | JWSTransaction | Transaction information signed by the App Store, in JWS Compact Serialization format. |
Discussion
This is the response body for the Change Subscription Price endpoint.