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