PKPaymentRequest 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.
The main class for a payment request, including processing capabilities, amount request, and shipping information.
[Foundation.Register("PKPaymentRequest", true)]
public class PKPaymentRequest : Foundation.NSObject
[<Foundation.Register("PKPaymentRequest", true)>]
type PKPaymentRequest = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| PKPaymentRequest() |
Creates a new PKPaymentRequest with default values. |
| PKPaymentRequest(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| PKPaymentRequest(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) |
| ApplePayLaterAvailability | |
| ApplicationData |
Developer-specified extra data or state. |
| AttributionIdentifier | |
| AutomaticReloadPaymentRequest | |
| AvailableNetworks |
Gets the list of payment networks that are supported. |
| BillingAddress |
Developers should not use this deprecated property. Developers should use 'BillingContact' instead. |
| BillingContact |
Prepopulated billing address. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CountryCode |
The ISO 3166 country code for the country defining the payment request. |
| CouponCode | |
| CurrencyCode |
The ISO 4217 currency code in which the payment request is being made. |
| DebugDescription | (Inherited from NSObject) |
| DeferredPaymentRequest | |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MerchantCapabilities |
Defines the developer's payment-processing capabilities. |
| MerchantCategoryCode | |
| MerchantIdentifier |
The developer's merchant identifier. |
| MultiTokenContexts | |
| PaymentSummaryItems |
An array of PKPaymentSummaryItem objects that summarize the amount of payment. |
| RecurringPaymentRequest | |
| RequiredBillingAddressFields |
The set of billing address fields that must be filled in. |
| RequiredBillingContactFields | |
| RequiredShippingAddressFields |
The set of shipping address fields that must be filled in. |
| RequiredShippingContactFields | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShippingAddress |
Prepopulated address field. |
| ShippingContact |
Prepopulated shipping address. |
| ShippingContactEditingMode | |
| ShippingMethods |
The set of supported shipping methods. |
| ShippingType | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| SupportedCountries | |
| SupportedNetworks |
The set of payment networks supported (Use values from PKPaymentNetwork). |
| SupportsCouponCode | |
| WeakRequiredBillingContactFields | |
| WeakRequiredShippingContactFields | |
| Zone | (Inherited from NSObject) |