export interface IPayioCardAuth {
    basic?: string | null;
    password: string | null;
    user: string | null;
}
