Share via


PKAddressField Enum

Definition

Holds address information for billing or shipping purposes.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum PKAddressField
[<ObjCRuntime.Native>]
[<System.Flags>]
type PKAddressField = 
Inheritance
PKAddressField
Attributes

Fields

Name Value Description
None 0

None of the fields.

PostalAddress 1

The buyer's address.

Phone 2

The buyer's phone number.

Email 4

The buyer's email.

Name 8

The buyer's full name.

All 15

All the fields.

Applies to