appstoreserverlibrary.models.AdvancedCommerceRefundType module

class appstoreserverlibrary.models.AdvancedCommerceRefundType.AdvancedCommerceRefundType(*values)[source]

Bases: str, Enum

Information about the refund request for an item, such as its SKU, the refund amount, reason, and type.

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

CUSTOM = 'CUSTOM'
FULL = 'FULL'
PRORATED = 'PRORATED'