export interface PaymentType {
    label: string;
    identifier: string;
    selected: boolean;
}