PassKit.PKPaymentToken Members

The members of PassKit.PKPaymentToken are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
PaymentDataFoundation.NSData. A UTF-8-encoded serialized JSON dictionary of the payment data. (Read-only)
[read-only]
PaymentInstrumentNamestring. Description of the payment card. (Read-only)
[read-only]
PaymentNetworkstring. The network that funded the transaction. (Read-only)
[read-only]
TransactionIdentifierstring. A unique identifier for the payment. (Read-only)

Protected Methods

override
Dispose(bool)
Releases the resources used by the PKPaymentToken object.