method PaymentRequestValidator.prototype.validatePaymentItem
PaymentRequestValidator.prototype.validatePaymentItem(
item: any,
itemType: string,
): Promise<ValidationResult>

Validate a payment item (total or display item)

Parameters

item: any
itemType: string

Return Type

Usage

import { PaymentRequestValidator } from ".";