export interface IPagBankRawData {
    authorization_code: number;
    nsu: string;
    reason_code: string;
    merchant_advice_code: string;
}
