Share via


PKPayLaterViewValidateAmountCallback Delegate

Definition

The delegate that is called when ValidateAmount(Decimal, String, PKPayLaterViewValidateAmountCallback) has determined whether the Pay Later Merchandising information is valid.

public delegate void PKPayLaterViewValidateAmountCallback(bool eligible);
type PKPayLaterViewValidateAmountCallback = delegate of bool -> unit

Parameters

eligible
Boolean

True if the Pay Later Merchandising information is valid, false otherwise.

Applies to