PKPaymentRequest.CreatePaymentShippingAddressInvalidError 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
| CreatePaymentShippingAddressInvalidError(CNPostalAddressKeyOption, String) | |
| CreatePaymentShippingAddressInvalidError(NSString, String) | 
CreatePaymentShippingAddressInvalidError(CNPostalAddressKeyOption, 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 CreatePaymentShippingAddressInvalidError(Contacts.CNPostalAddressKeyOption postalAddress, string localizedDescription);static member CreatePaymentShippingAddressInvalidError : Contacts.CNPostalAddressKeyOption * string -> Foundation.NSErrorParameters
- postalAddress
- CNPostalAddressKeyOption
- localizedDescription
- String
Returns
- Attributes
Applies to
CreatePaymentShippingAddressInvalidError(NSString, String)
[Foundation.Export("paymentShippingAddressInvalidErrorWithKey: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 CreatePaymentShippingAddressInvalidError(Foundation.NSString postalAddressKey, string localizedDescription);static member CreatePaymentShippingAddressInvalidError : Foundation.NSString * string -> Foundation.NSErrorParameters
- postalAddressKey
- NSString
Returns
- Attributes