Share via


PKPayLaterView.ValidateAmount Method

Definition

Overloads

Name Description
ValidateAmount(NSDecimalNumber, String, PKPayLaterViewValidateAmountCallback)

Checks whether the Pay Later Merchandising information is valid for the specified amount and currency.

ValidateAmount(Decimal, String, PKPayLaterViewValidateAmountCallback)

Checks whether the Pay Later Merchandising information is valid for the specified amount and currency.

ValidateAmount(NSDecimalNumber, String, PKPayLaterViewValidateAmountCallback)

Checks whether the Pay Later Merchandising information is valid for the specified amount and currency.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ValidateAmount(Foundation.NSDecimalNumber amount, string currencyCode, PassKit.PKPayLaterViewValidateAmountCallback callback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ValidateAmount : Foundation.NSDecimalNumber * string * PassKit.PKPayLaterViewValidateAmountCallback -> unit

Parameters

amount
NSDecimalNumber

The amount to check for.

currencyCode
String

The ISO 4217 currency code to use.

callback
PKPayLaterViewValidateAmountCallback

The delegate that will be called with the result.

Attributes

Applies to

ValidateAmount(Decimal, String, PKPayLaterViewValidateAmountCallback)

Checks whether the Pay Later Merchandising information is valid for the specified amount and currency.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ValidateAmount(decimal amount, string currencyCode, PassKit.PKPayLaterViewValidateAmountCallback callback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ValidateAmount : decimal * string * PassKit.PKPayLaterViewValidateAmountCallback -> unit

Parameters

amount
Decimal

The amount to check for.

currencyCode
String

The ISO 4217 currency code to use.

callback
PKPayLaterViewValidateAmountCallback

The delegate that will be called with the result.

Attributes

Applies to