PKShippingType Enum

Definition

Enumerates shipping methods.

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

Fields

Delivery 1

The purchase will be delivered by the seller.

ServicePickup 3

The product will be picked up by the delivery service.

Shipping 0

The product will be delivered by a third-party service (Default).

StorePickup 2

The product will be picked up at the seller's place of business.

Applies to