PKAddressField Enum
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.
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
Name | Value | Description |
---|---|---|
None | 0 | None of the fields. |
PostalAddress | 1 | The buyer's address. |
Phone | 2 | The buyer's phone number. |
4 | The buyer's email. |
|
Name | 8 | The buyer's full name. |
All | 15 | All the fields. |