interface RspPayable {
    id: string;
    license: RspLicense;
    amount: string;
    type: string;
    description?: string;
    expiry?: string;
    reference?: string;
}
