PKPaymentRequest.CreatePaymentContactInvalidError Method      
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.
Overloads
| CreatePaymentContactInvalidError(NSString, String) | |
| CreatePaymentContactInvalidError(PKContactFields, String) | 
CreatePaymentContactInvalidError(NSString, String)
[Foundation.Export("paymentContactInvalidErrorWithContactField:localizedDescription:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError CreatePaymentContactInvalidError(Foundation.NSString field, string localizedDescription);static member CreatePaymentContactInvalidError : Foundation.NSString * string -> Foundation.NSErrorParameters
- field
- NSString
Returns
- Attributes
Applies to
CreatePaymentContactInvalidError(PKContactFields, String)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError CreatePaymentContactInvalidError(PassKit.PKContactFields contactField, string localizedDescription);static member CreatePaymentContactInvalidError : PassKit.PKContactFields * string -> Foundation.NSErrorParameters
- contactField
- PKContactFields
- localizedDescription
- String
Returns
- Attributes