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