PKAddressField Enum

Definition

Holds address information for billing or shipping purposes.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'PKContactField' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'PKContactField' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PKAddressField
type PKAddressField = 
Inheritance
PKAddressField
Attributes

Fields

All 15

All the fields.

Email 4

The buyer's email.

Name 8

The buyer's full name.

None 0

None of the fields.

Phone 2

The buyer's phone number.

PostalAddress 1

The buyer's address.

Applies to