export interface IPayioCardItem {
    externalCode: string;
    name: string;
}
