appstoreserverlibrary.models.AdvancedCommerceSubscriptionChangeMetadataItem module

class appstoreserverlibrary.models.AdvancedCommerceSubscriptionChangeMetadataItem.AdvancedCommerceSubscriptionChangeMetadataItem(currentSKU: str, effective: AdvancedCommerceEffective = None, description: str | None = None, displayName: str | None = None, SKU: str | None = None, *, rawEffective: str = NOTHING)[source]

Bases: object

The metadata to change for an item, specifically its SKU, description, and display name.

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

SKU: str | None

The new SKU of the item.

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

currentSKU: str

The original SKU of the item.

description: str | None

The new description for the item.

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

displayName: str | None

The new display name for the item.

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

effective: AdvancedCommerceEffective

The string that determines when the metadata change goes into effect.

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

rawEffective: str

See effective