Represents Card verification List parameters.

interface CardVerificationList {
    cardVerifications: CardVerification[];
    meta: PagingResultMeta;
}

Properties

cardVerifications: CardVerification[]

The list of card verifications.

Paging information regarding the returned records, when response is paginated.