CartMandateValidator.checkExpiry(cartMandate: CartMandate,currentDate?: Date,): Promise<boolean>
Static method to check CartMandate expiry with default config
cartMandate: CartMandate
optional
currentDate: Date
CartMandateValidator.checkExpiry(cartMandate: CartMandate,currentDate?: Date,): Promise<boolean>
Static method to check CartMandate expiry with default config
cartMandate: CartMandate
currentDate: Date
import { CartMandateValidator } from ".";