The members of PassKit.PKPaymentRequest are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. |
| 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. |
| ApplicationData | Foundation.NSData. Developer-specified extra data or state. | |
| BillingAddress | AddressBook.ABRecord. The address to which the bill should be sent. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CountryCode | string. The ISO 3166 country code for the country defining the payment request. | |
| CurrencyCode | string. The ISO 4217 currency code in which the payment request is being made. | |
| MerchantCapabilities | PKMerchantCapability. Defines the developer's payment-processing capabilities. | |
| MerchantIdentifier | string. The developer's merchant identifier. | |
| PaymentSummaryItems | PKPaymentSummaryItem[]. An array of PassKit.PKPaymentSummaryItem objects that summarize the amount of payment. | |
| RequiredBillingAddressFields | PKAddressField. The set of billing address fields that must be filled in. | |
| RequiredShippingAddressFields | PKAddressField. The set of shipping address fields that must be filled in. | |
| ShippingAddress | AddressBook.ABRecord. Prepopulated address field. | |
| ShippingMethods | PKShippingMethod[]. The set of supported shipping methods. | |
| SupportedNetworks | Foundation.NSString[]. The set of payment networks supported (Use values from PassKit.PKPaymentNetwork). |