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