PKPaymentRequest.CreatePaymentBillingAddressInvalidError 方法

定义

重载

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

参数

postalAddress
CNPostalAddressKeyOption
localizedDescription
String

返回

属性

适用于

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

参数

postalAddressKey
NSString
localizedDescription
String

内容待定。

此参数可以为 null

返回

属性

适用于