PassKit.PKPaymentRequest Members

The members of PassKit.PKPaymentRequest 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

ApplicationDataFoundation.NSData. Developer-specified extra data or state.
BillingAddressAddressBook.ABRecord. The address to which the bill should be sent.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CountryCodestring. The ISO 3166 country code for the country defining the payment request.
CurrencyCodestring. The ISO 4217 currency code in which the payment request is being made.
MerchantCapabilitiesPKMerchantCapability. Defines the developer's payment-processing capabilities.
MerchantIdentifierstring. The developer's merchant identifier.
PaymentSummaryItemsPKPaymentSummaryItem[]. An array of PassKit.PKPaymentSummaryItem objects that summarize the amount of payment.
RequiredBillingAddressFieldsPKAddressField. The set of billing address fields that must be filled in.
RequiredShippingAddressFieldsPKAddressField. The set of shipping address fields that must be filled in.
ShippingAddressAddressBook.ABRecord. Prepopulated address field.
ShippingMethodsPKShippingMethod[]. The set of supported shipping methods.
SupportedNetworksFoundation.NSString[]. The set of payment networks supported (Use values from PassKit.PKPaymentNetwork).

Protected Methods

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