CartMandateValidator.prototype.validateIntegrity(cartMandate: CartMandate): Promise<ValidationResult>
Validate the integrity of CartMandate by checking required fields
cartMandate: CartMandate
Promise<ValidationResult>
CartMandateValidator.prototype.validateIntegrity(cartMandate: CartMandate): Promise<ValidationResult>
Validate the integrity of CartMandate by checking required fields
cartMandate: CartMandate
Promise<ValidationResult>
import { CartMandateValidator } from ".";