SubscriptionPaymentStatus
Describes the payment outcome for a single entry in a user's subscription payment history.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 593 | Paid | 0 | Payment for the subscription has been received. | |
| 593 | Refunded | 1 | Payment for the subscription has been refunded. |
Description
The SubscriptionPaymentStatus enum describes whether a billing cycle for a
MarketplaceService subscription was successfully charged or
subsequently refunded. It appears as the subscriptionPaymentStatus field on
each record returned by
MarketplaceService:GetUserSubscriptionPaymentHistoryAsync().