Validation strategy for IntentMandate
private
readonly
validator: IntentMandateValidator
canHandle(mandateType: MandateType): boolean
checkExpiry(mandate: IntentMandate,currentDate?: Date,): Promise<boolean>
validate(mandate: IntentMandate): Promise<ValidationResult>
validateIntegrity(mandate: IntentMandate): Promise<ValidationResult>