PKPaymentSummaryItemType Enum

Definition

Enumerates whether a payment associated with a PKShippingMethod is pending or final.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentSummaryItemType
type PKPaymentSummaryItemType = 
Inheritance
PKPaymentSummaryItemType
Attributes

Fields

Final 0

The payment is final.

Pending 1

The payment is pending.

Applies to