// https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/pkcontactfield?language=objc
export enum IOSPKContactField {
    PKContactFieldEmailAddress = 'PKContactFieldEmailAddress',
    PKContactFieldName = 'PKContactFieldName',
    PKContactFieldPhoneNumber = 'PKContactFieldPhoneNumber',
    PKContactFieldPostalAddress = 'PKContactFieldPostalAddress',
}
