共用方式為


PKAddressField 列舉

定義

保留帳單或運送用途的位址資訊。

此列舉支援其成員值的位元組合。

[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 = 
繼承
PKAddressField
屬性

欄位

All 15

所有欄位。

Email 4

購買者的電子郵件。

Name 8

購買者的完整名稱。

None 0

沒有任何欄位。

Phone 2

購買者的電話號碼。

PostalAddress 1

購買者的位址。

適用於