CartMandateValidator.prototype.checkExpiry(cartMandate: CartMandate,currentDate?: Date,): Promise<boolean>
Check if CartMandate has expired (through its contents)
cartMandate: CartMandate
optional
currentDate: Date
CartMandateValidator.prototype.checkExpiry(cartMandate: CartMandate,currentDate?: Date,): Promise<boolean>
Check if CartMandate has expired (through its contents)
cartMandate: CartMandate
currentDate: Date
import { CartMandateValidator } from ".";