interface RspReceipt {
    id: string;
    payable: RspPayable;
    amount: string;
    description?: string;
    reference?: string;
}
