appstoreserverlibrary.models.AdvancedCommerceSubscriptionPriceChangeRequest module

class appstoreserverlibrary.models.AdvancedCommerceSubscriptionPriceChangeRequest.AdvancedCommerceSubscriptionPriceChangeRequest(requestInfo: AdvancedCommerceRequestInfo, items: List[AdvancedCommerceSubscriptionPriceChangeItem], currency: str | None = None, storefront: str | None = None)[source]

Bases: AdvancedCommerceRequest

The request body you use to change the price of an auto-renewable subscription.

https://developer.apple.com/documentation/advancedcommerceapi/subscriptionpricechangerequest

currency: str | None

The currency of the prices.

https://developer.apple.com/documentation/advancedcommerceapi/currency

items: List[AdvancedCommerceSubscriptionPriceChangeItem]

An array that contains one or more SKUs and the changed price for each SKU.

https://developer.apple.com/documentation/advancedcommerceapi/subscriptionpricechangeitem

storefront: str | None

The App Store storefront of the subscription.

https://developer.apple.com/documentation/advancedcommerceapi/storefront