method CartMandateValidator.prototype.checkExpiry
CartMandateValidator.prototype.checkExpiry(
cartMandate: CartMandate,
currentDate?: Date,
): Promise<boolean>

Check if CartMandate has expired (through its contents)

Parameters

cartMandate: CartMandate
optional
currentDate: Date

Return Type

Promise<boolean>

Usage

import { CartMandateValidator } from ".";