PKPaymentPass Class
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.
A provisioned payment card that may be used for in-app purchases. (All fields are read-only)
[Foundation.Register("PKPaymentPass", true)]
public class PKPaymentPass : PassKit.PKSecureElementPass
[<Foundation.Register("PKPaymentPass", true)>]
type PKPaymentPass = class
inherit PKSecureElementPass
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| PKPaymentPass() |
Creates a new PKPaymentPass with default values. |
| PKPaymentPass(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| PKPaymentPass(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| PKPaymentPass(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| ActivationState |
The PKPaymentPassActivationState of the pass. (Read-only) |
| AuthenticationToken |
Used to authenticate with the Web service. (Inherited from PKPass) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DeviceAccountIdentifier |
The device-specific account number. (Read-only) (Inherited from PKSecureElementPass) |
| DeviceAccountNumberSuffix |
A version of the DeviceAccountIdentifier to be displayed to the user. (Read-only) (Inherited from PKSecureElementPass) |
| DeviceName |
The name of the device hosting the pass. (Inherited from PKPass) |
| DevicePassIdentifier | (Inherited from PKSecureElementPass) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Icon |
The icon for the pass. (Inherited from PKPass) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LocalizedDescription |
A localized description of the pass. (Inherited from PKPass) |
| LocalizedName |
A localized description of the pass's kind. (Inherited from PKPass) |
| OrganizationName |
The organization that created the pass. (Inherited from PKPass) |
| PairedTerminalIdentifier | (Inherited from PKSecureElementPass) |
| PassActivationState | (Inherited from PKSecureElementPass) |
| PassType |
The PKPassType of the pass. (Inherited from PKPass) |
| PassTypeIdentifier |
Identifies the PKPassType. (Inherited from PKPass) |
| PassUrl |
The URL that will open the pass in the Passbook app. (Inherited from PKPass) |
| PaymentPass |
If not |
| PrimaryAccountIdentifier |
An obfuscated unique identifier for the account number of the payment card. (Read-only) (Inherited from PKSecureElementPass) |
| PrimaryAccountNumberSuffix |
A version of the PrimaryAccountIdentifier to be displayed to the user. (Read-only) (Inherited from PKSecureElementPass) |
| RelevantDate |
The date when the pass is most likely to be needed. (Inherited from PKPass) |
| RelevantDates | (Inherited from PKPass) |
| RemotePass |
Whether the pass is stored on a peer device (e.g., an Apple Watch). (Inherited from PKPass) |
| RetainCount | (Inherited from NSObject) |
| SecureElementPass | (Inherited from PKPass) |
| Self | (Inherited from NSObject) |
| SerialNumber |
A unique identifier for the pass. (Inherited from PKPass) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UserInfo |
Developer-specified extra data. (Inherited from PKPass) |
| WebServiceUrl |
The URL of the developer's Web service. (Inherited from PKPass) |
| Zone | (Inherited from NSObject) |