export interface AnnouncementEpaycoRefRq {
    code: string;
    payment_ref: string;
    epayco_ref: string;
    epayco_status: number;
}
