export interface IPaymentCard {
    brand: string;
    maskedNumber: string;
    tokenId: string;
}
