Condividi tramite


PKPaymentRequest.CreatePaymentBillingAddressInvalidError Metodo

Definizione

Overload

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

Parametri

postalAddress
CNPostalAddressKeyOption
localizedDescription
String

Restituisce

Attributi

Si applica a

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

Parametri

postalAddressKey
NSString
localizedDescription
String

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a