appstoreserverlibrary.models.RefundPreference module

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

Bases: str, Enum

A value that indicates your preference, based on your operational logic, as to whether Apple should grant the refund.

https://developer.apple.com/documentation/appstoreserverapi/refundpreference

DECLINE = 'DECLINE'
GRANT_FULL = 'GRANT_FULL'
GRANT_PRORATED = 'GRANT_PRORATED'