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

Parameters

mandate: CartMandate
optional
currentDate: Date

Return Type

Promise<boolean>

Usage

import { CartMandateValidationStrategy } from ".";