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

구매자의 주소입니다.

적용 대상