export interface IPagBankInstructionLines {
    line_1: string;
    line_2: string;
}
