PKPayLaterViewValidateAmountCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.