PKPaymentPassActivationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of valid states of a PKPaymentPass payment card.
public enum PKPaymentPassActivationState
type PKPaymentPassActivationState =
- Inheritance
-
PKPaymentPassActivationState
Fields
Name | Value | Description |
---|---|---|
Activated | 0 | Ready to use for payment. |
RequiresActivation | 1 | Inactive. Requires user intervention to enable. |
Activating | 2 | Not ready to use, but activation is in progress. |
Suspended | 3 | Inactive and cannot be reactivated. |
Deactivated | 4 | The user has proactively disabled the asssociated account. |