PKPaymentRequest.CreatePaymentShippingAddressInvalidError Method

Definition

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.NSError

Parameters

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.NSError

Parameters

postalAddressKey
NSString
localizedDescription
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to